SslServerAuthenticationOptions.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 \(英文\)。

適用於