HttpsTransportElement.RequireClientCertificate 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个布尔值,该值指定服务器是否要求客户端提供一个客户端证书作为 HTTPS 握手的一部分。
public:
property bool RequireClientCertificate { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("requireClientCertificate", DefaultValue=false)]
public bool RequireClientCertificate { get; set; }
[<System.Configuration.ConfigurationProperty("requireClientCertificate", DefaultValue=false)>]
member this.RequireClientCertificate : bool with get, set
Public Property RequireClientCertificate As Boolean
属性值
如果需要 SSL 客户端身份验证,则为 true
;否则为 false
。 默认值为 false
。
- 属性