SyslogClientSettings.GetPreferredSuites Method
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
GetPreferredSuites()
Gets collection of TLS cipher suites that are used (in given order) in preference to the remaining suites specified by SslAllowedSuites. Only applies to TLS 1.2 or earlier. For TLS 1.3, use GetSymmetricCipherSuites() method. Inherited from SslSettings.
Declaration
public ICollection<TlsCipherSuite> GetPreferredSuites()
Returns
Type | Description |
---|---|
ICollection<TlsCipherSuite> |