The Maverick.NET SSH API

SSHPrivateKeyFileFactory.Parse Method (Byte[])

Parse the formatted key into a SSHPrivateKeyFile.

[Visual Basic]
Overloads Public Shared Function Parse( _
   ByVal formattedKey As Byte() _
) As SSHPrivateKeyFile
[C#]
public static SSHPrivateKeyFile Parse(
   byte[] formattedKey
);

Parameters

formattedKey
The formatted key

Return Value

Remarks

This factory currently supports the following private key formats:

OpenSSH
PuTTY
SSH1
SSH Communications Security
SSHTools

Exceptions

Exception Type Condition
SSHException  

See Also

SSHPrivateKeyFileFactory Class | Maverick.PublicKey Namespace | SSHPrivateKeyFileFactory.Parse Overload List