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; } |