System.Security.Cryptography.X509Certificates.X509RevocationMode Enumeration

Specifies the mode used to check for X509 certificate revocation.

Syntax

public enum X509RevocationMode

Remarks

This enumeration is used to specify whether a revocation check occurs and if it is performed online or offline.

Note:

Specifying an online check can result in a long delay while the certificate authority is contacted.

Members

Member NameDescription
NoCheck

No revocation check is performed on the certificate.

Offline

A revocation check is made using a cached certificate revocation list (CRL).

Online

A revocation check is made using an online certificate revocation list (CRL).

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0