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

属性值

适用于