SslServerAuthenticationOptions.EnabledSslProtocols Eigenschaft

Definition

Ruft einen Wert ab, der Protokollversionen darstellt, die vom Server verwendet werden, um die Clientprotokollversion während der Authentifizierung abzugleichen, 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: