Gets collection of TLS cipher suites that are used (in given order) in preference to the remaining suites
specified by SslAllowedSuites.
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() |