mscorlib(4.0.0.0) API with additions
X509RevocationFlag.cs
2 {
4  public enum X509RevocationFlag
5  {
12  }
13 }
The entire chain of certificates is checked for revocation.
The entire X.509 chain is included except for the root certificate.
X509RevocationFlag
Specifies which X509 certificates in the chain should be checked for revocation.