System.Security.Cryptography.X509Certificates.X509RevocationFlag Enumeration

Specifies which X509 certificates in the chain should be checked for revocation.

Syntax

public enum X509RevocationFlag

Remarks

Use this enumeration to specify which certificates in the chain are checked for revocation.

Members

Member NameDescription
EndCertificateOnly

Only the end certificate is checked for revocation.

EntireChain

The entire chain of certificates is checked for revocation.

ExcludeRoot

The entire chain, except the root certificate, is checked for revocation.

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