Gets the user public key.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Property Key As SshPublicKey
	Get
	Private Set
C#
public SshPublicKey Key { get; private set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also