Gets or sets the group of allowed encryption modes.

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

Syntax

Visual Basic
Public Property EncryptionModes As SshEncryptionMode
	Get
	Set
C#
public SshEncryptionMode EncryptionModes { get; set; }

Field Value

The group of allowed modes.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also