Gets collection of cipher suites that are used (in given order) in preference to the remaining suites. Only applies to TLS 1.2 or lower.
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() |