WinHttpHandler.CheckCertificateRevocationList 属性

定义

获取或设置一个值,该值指示是否在 SSL 证书验证期间检查证书的吊销列表。

public:
 property bool CheckCertificateRevocationList { bool get(); void set(bool value); };
public bool CheckCertificateRevocationList { get; set; }
member this.CheckCertificateRevocationList : bool with get, set
Public Property CheckCertificateRevocationList As Boolean

属性值

true 在 SSL 证书验证期间检查证书的吊销列表;否则,为 false. 默认值为 false

适用于