The Maverick.NET SSH API

SSHPrivateKeyFile Members

SSHPrivateKeyFile overview

Public Instance Properties

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.

Public Instance Methods

ChangePassphrase Called to change the passphrase of the private key file.
ToKeyPair Convert the file to an SSH key pair.

See Also

SSHPrivateKeyFile Interface | Maverick.PublicKey Namespace