ServicePointManagerElement.CheckCertificateRevocationList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.