Gets or sets the group of allowed cipher suites.

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

Syntax

Visual Basic
Public Property AllowedSuites As TlsCipherSuite
	Get
	Set
C#
public TlsCipherSuite AllowedSuites { get; set; }

Field Value

The group of allowed cipher suites.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also