Loads public keys in ~/.ssh/authorized_keys file format.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Shared Function LoadPublicKeys ( _
	path As String _
) As SshPublicKey()
C#
public static SshPublicKey[] LoadPublicKeys(
	string path
)

Parameters

path
Type: System..::..String
path to file with ~/.ssh/authorized_keys file format.

Return Value

List of SshPublicKeys.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also