SslServerAuthenticationOptions.ClientCertificateRequired 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指定是否向客户端请求证书用于进行身份验证。 请注意,这只是一个请求 - 如果没有提供任何证书,服务器仍然可接受连接请求。
public:
property bool ClientCertificateRequired { bool get(); void set(bool value); };
public bool ClientCertificateRequired { get; set; }
member this.ClientCertificateRequired : bool with get, set
Public Property ClientCertificateRequired As Boolean