SslClientAuthenticationOptions.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, setPublic Property EnabledSslProtocols As SslProtocols属性值
默认值 None为 ,这是建议的值。 有关详细信息,请参阅 SslProtocols。