Sets TLS cipher suites to be used in preference to the remaining suites specified by SslAllowedSuites.

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

Syntax

Visual Basic
Public Sub SetPreferredSuites ( _
	ParamArray suites As TlsCipherSuite() _
)
C#
public void SetPreferredSuites(
	params TlsCipherSuite[] suites
)

Parameters

suites
Type: array<Rebex.Net..::..TlsCipherSuite>[]()[][]
Preferred cipher suites, in order of preference.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also