SslClientHelloInfo.SslProtocols Property

Definition

Gets the TLS/SSL protocols offered by client.

public:
 property System::Security::Authentication::SslProtocols SslProtocols { System::Security::Authentication::SslProtocols get(); };
public System.Security.Authentication.SslProtocols SslProtocols { get; }
member this.SslProtocols : System.Security.Authentication.SslProtocols
Public ReadOnly Property SslProtocols As SslProtocols

Property Value

A bitwise combination of the enumeration values that specify the TLS or SSL protocols.

Remarks

This value is based on information provided by the client in the TLS ClientHello message. It doesn't represent the protocol negotiated for the connection. Don't use this value to make security-related decisions.

Applies to