mscorlib(4.0.0.0) API with additions
X509RevocationFlag.cs
1
namespace
System.Security.Cryptography.X509Certificates
2
{
4
public
enum
X509RevocationFlag
5
{
7
EndCertificateOnly
,
9
EntireChain
,
11
ExcludeRoot
12
}
13
}
System.Security.Cryptography.X509Certificates.X509RevocationFlag.EndCertificateOnly
Only the end certificate is checked for revocation.
System.Security.Cryptography.X509Certificates
Definition:
AuthenticodeSignatureInformation.cs:4
System.Security.Cryptography.X509Certificates.X509RevocationFlag.EntireChain
The entire chain of certificates is checked for revocation.
System.Security.Cryptography.X509Certificates.X509IncludeOption.ExcludeRoot
The entire X.509 chain is included except for the root certificate.
System.Security.Cryptography.X509Certificates.X509RevocationFlag
X509RevocationFlag
Specifies which X509 certificates in the chain should be checked for revocation.
Definition:
X509RevocationFlag.cs:4
All cs
System.Security.Cryptography.X509Certificates
X509RevocationFlag.cs
Generated by
1.8.15