ServicePointManagerElement.CheckCertificateRevocationList Property

Definition

Gets or sets a Boolean value that indicates whether the certificate is checked against the certificate authority revocation list.

public:
 property bool CheckCertificateRevocationList { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("checkCertificateRevocationList", DefaultValue=false)]
public bool CheckCertificateRevocationList { get; set; }
[<System.Configuration.ConfigurationProperty("checkCertificateRevocationList", DefaultValue=false)>]
member this.CheckCertificateRevocationList : bool with get, set
Public Property CheckCertificateRevocationList As Boolean

Property Value

true if the certificate revocation list is checked; otherwise, false. The default value is false.

Attributes

Remarks

When this property is set to true, the certificate is checked against the certificate authority revocation list as part of the certificate validation process.

Applies to

See also