mscorlib(4.0.0.0) API with additions
X509RevocationMode.cs
1
namespace
System.Security.Cryptography.X509Certificates
2
{
4
public
enum
X509RevocationMode
5
{
7
NoCheck
,
9
Online
,
11
Offline
12
}
13
}
System.Security.Cryptography.X509Certificates.X509RevocationMode.Online
A revocation check is made using an online certificate revocation list (CRL).
System.Security.Cryptography.X509Certificates.X509RevocationMode
X509RevocationMode
Specifies the mode used to check for X509 certificate revocation.
Definition:
X509RevocationMode.cs:4
System.Security.Cryptography.X509Certificates.X509RevocationMode.NoCheck
No revocation check is performed on the certificate.
System.Security.Cryptography.X509Certificates
Definition:
AuthenticodeSignatureInformation.cs:4
All cs
System.Security.Cryptography.X509Certificates
X509RevocationMode.cs
Generated by
1.8.15