Sdílet prostřednictvím


SslServerAuthenticationOptions.EnabledSslProtocols Vlastnost

Definice

Získá nebo nastaví hodnotu, která představuje verze protokolu používané serverem pro shodu verze protokolu klienta během ověřování.

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

Hodnota vlastnosti

Výchozí hodnota je None, což je doporučená hodnota. Další podrobnosti najdete SslProtocols v tématu.

Platí pro