Gets collection of TLS cipher suites that are used (in given order) in preference to the remaining suites specified by SslAllowedSuites.

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

Syntax

Visual Basic
Public Function GetPreferredSuites As ICollection(Of TlsCipherSuite)
C#
public ICollection<TlsCipherSuite> GetPreferredSuites()

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also