ServicePointManager.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)
Property Value
Type: System.Booleantrue if the certificate revocation list is checked; otherwise, false.
When the CheckCertificateRevocationList is true, the certificate is checked against the certificate authority revocation list, as part of the certificate validation process. Its default value is false.
The following code example sets this property.
SecurityPermission
To set this property. Associated enumeration: UnmanagedCode
.NET Framework
Available since 1.1
Available since 1.1
Show: