TlsParameters.GetPreferredSuites Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
GetPreferredSuites()
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.
Declaration
public ICollection<TlsCipherSuite> GetPreferredSuites()
Returns
Type | Description |
---|---|
ICollection<TlsCipherSuite> |