The Maverick.NET SSH API

SSHPrivateKeyFile.ToKeyPair Method 

Convert the file to an SSH key pair.

[Visual Basic]
Function ToKeyPair( _
   ByVal passphrase As String _
) As SSHKeyPair
[C#]
SSHKeyPair ToKeyPair(
   string passphrase
);

Parameters

passphrase
The passphrase which protects this private key file.

Return Value

See Also

SSHPrivateKeyFile Interface | Maverick.PublicKey Namespace