SslClientAuthenticationOptions.EnabledSslProtocols 屬性

定義

取得或設定值,表示客戶端在驗證期間提供給伺服器的通訊協定版本。

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

屬性值

默認值為 None,這是建議的值。 如需詳細資訊,請參閱SslProtocols

適用於