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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also