SshPublicKey.Parse Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Parse(String)
Parses a single SSH public key in ~/.ssh/authorized_keys format.
Declaration
public static SshPublicKey Parse(string key)
Parameters
Type | Name | Description |
---|---|---|
String | key | SSH public key. |
Returns
Type | Description |
---|---|
SshPublicKey | An instance of SshPublicKey. |