Gets a collection of server keys.
Namespace:
Rebex.Net.Servers.Core
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property Keys As ICollection(Of SshPrivateKey) Get |
| C# |
|---|
public ICollection<SshPrivateKey> Keys { get; } |