WinHttpHandler.SslProtocols 屬性

定義

取得或設定用戶端所支援的 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

適用於