ServicePointManagerElement::CheckCertificateRevocationList Property
.NET Framework (current version)
Gets or sets a Boolean value that indicates whether the certificate is checked against the certificate authority revocation list.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("checkCertificateRevocationList", DefaultValue = false)] property bool CheckCertificateRevocationList { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the certificate revocation list is checked; otherwise, false.The default value is false.
When this property is set to true, the certificate is checked against the certificate authority revocation list as part of the certificate validation process.
.NET Framework
Available since 2.0
Available since 2.0
Show: