The Maverick.NET SSH API

SSHPrivateKeyFileFactory.Parse Method

Parse the formatted key into a SSHPrivateKeyFile.

Overload List

Parse the formatted key into a SSHPrivateKeyFile.

public static SSHPrivateKeyFile Parse(byte[]);

Parse the formatted key into a SSHPrivateKeyFile.

public static SSHPrivateKeyFile Parse(Stream);

See Also

SSHPrivateKeyFileFactory Class | Maverick.PublicKey Namespace