FormattedKey | Returns the formatted key. |
HasPassphrase | Determines if the private key file is protected by a passphrase. |
KeyType | Returns a String identifying the format of the private key. i.e. "OpenSSH", "PuTTY" etc |
SupportsPassphraseChange | Does the current implementation support the changing of passphrases. |
ChangePassphrase | Called to change the passphrase of the private key file. |
ToKeyPair | Convert the file to an SSH key pair. |
SSHPrivateKeyFile Interface | Maverick.PublicKey Namespace