SslClientAuthenticationOptions.EnabledSslProtocols Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Werts, der die Protokollversionen darstellt, die vom Client während der Authentifizierung auf dem Server angeboten werden.

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

Eigenschaftswert

Der Standardwert ist None, was der empfohlene Wert ist. Weitere Informationen finden Sie unter SslProtocols.

Gilt für: