Share via


SslClientAuthenticationOptions.EnabledSslProtocols Propriété

Définition

Obtient ou définit la valeur qui représente les versions de protocole offertes par le client au serveur pendant l’authentification.

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

Valeur de propriété

La valeur par défaut est None, qui est la valeur recommandée. Pour plus d'informations, consultez SslProtocols.

S’applique à