SslServerAuthenticationOptions.EnabledSslProtocols 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,代表伺服器在驗證期間用來比對用戶端通訊協定版本的通訊協定版本。
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 \(英文\)。