Specifies which X509 certificates in the chain should be checked for revocation.
Syntax
public enum X509RevocationFlag
Remarks
Members
Member Name | Description |
---|
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