HttpsConnectionAdapterOptions.SslProtocols 屬性

定義

指定允許的 SSL 通訊協定。 預設會 None 允許作業系統選擇要使用的最佳通訊協定,以及封鎖不安全的通訊協定。 除非您的應用程式有特定原因,否則您應該使用此預設值。

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

屬性值

適用於