Share via


SslClientAuthenticationOptions.EnabledSslProtocols Eigenschaft

Definition

Ruft den Wert ab, der die Protokollversionen darstellt, die dem Server während der Authentifizierung vom Client angeboten werden, oder legt ihn fest.

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: