WinHttpHandler.SslProtocols 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用戶端所支援的 TLS/SSL 通訊協定的集合。
public:
property System::Security::Authentication::SslProtocols SslProtocols { System::Security::Authentication::SslProtocols get(); void set(System::Security::Authentication::SslProtocols value); };
public System.Security.Authentication.SslProtocols SslProtocols { get; set; }
member this.SslProtocols : System.Security.Authentication.SslProtocols with get, set
Public Property SslProtocols As SslProtocols
屬性值
用戶端支援的 TLS/SSL 通訊協定集合。
備註
預設值是 SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12
。