Udostępnij za pośrednictwem


WinHttpHandler.SslProtocols Właściwość

Definicja

Pobiera lub ustawia kolekcję protokołów TLS/SSL obsługiwanych przez klienta.

public:
 property System::Security::Authentication::SslProtocols SslProtocols { System::Security::Authentication::SslProtocols get(); void set(System::Security::Authentication::SslProtocols value); };
public System.Security.Authentication.SslProtocols SslProtocols { get; set; }
member this.SslProtocols : System.Security.Authentication.SslProtocols with get, set
Public Property SslProtocols As SslProtocols

Wartość właściwości

Kolekcja protokołów TLS/SSL obsługiwanych przez klienta.

Uwagi

Wartość domyślna to SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12.

Dotyczy