The Maverick.NET SSH API

SSHPrivateKeyFile.SupportsPassphraseChange Property

Does the current implementation support the changing of passphrases.

[Visual Basic]
Property SupportsPassphraseChange As Boolean
[C#]
bool SupportsPassphraseChange {get;}

Remarks

It is not a requirement that your private key file supports the changing of passphrases. If you do support this feature return a true value, otherwise return false.

See Also

SSHPrivateKeyFile Interface | Maverick.PublicKey Namespace