WinHttpHandler.SslProtocols Eigenschaft

Definition

Ruft die Auflistung von TLS-/SSL-Protokollen ab, die vom Client unterstützt werden, oder legt diese fest.

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

Eigenschaftswert

Die Sammlung von TLS/SSL-Protokollen, die vom Client unterstützt werden.

Hinweise

Standardwert: SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12.

Gilt für: