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.