TlsParameters.SetPreferredSuites Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
SetPreferredSuites(TlsCipherSuite[])
Sets cipher suites to be used in preference to the remaining suites. Only applies to TLS 1.2 or lower.
Declaration
public void SetPreferredSuites(params TlsCipherSuite[] suites)
Parameters
Type | Name | Description |
---|---|---|
TlsCipherSuite[] | suites | Preferred cipher suites, in order of preference. |