The Maverick.NET SSH API

SSHPrivateKeyFileFactory.Parse Method (Stream)

Parse the formatted key into a SSHPrivateKeyFile.

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

Parameters

stream
A stream which will return a formatted key.

Return Value

Remarks

This factory currently supports the following private key formats:

OpenSSH
PuTTY
SSH1
SSH Communications Security
SSHTools

See Also

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