39 return m_revocationMode;
50 m_revocationMode = value;
61 return m_revocationFlag;
65 if (value < X509RevocationFlag.EndCertificateOnly || value >
X509RevocationFlag.ExcludeRoot)
72 m_revocationFlag = value;
83 return m_verificationFlags;
94 m_verificationFlags = value;
104 return m_verificationTime;
108 m_verificationTime = value;
Represents a collection of T:System.Security.Cryptography.Oid objects. This class cannot be inherited...
X509Certificate2Collection ExtraStore
Represents an additional collection of certificates that can be searched by the chaining engine when ...
void Reset()
Resets the T:System.Security.Cryptography.X509Certificates.X509ChainPolicy members to their default v...
X509RevocationFlag RevocationFlag
Gets or sets values for X509 revocation flags.
Represents an instant in time, typically expressed as a date and time of day. To browse the ....
X509RevocationMode
Specifies the mode used to check for X509 certificate revocation.
DateTime VerificationTime
The time that the certificate was verified expressed in local time.
X509VerificationFlags
Specifies conditions under which verification of certificates in the X509 chain should be conducted.
OidCollection CertificatePolicy
Gets a collection of object identifiers (OIDs) specifying which certificate policies the certificate ...
X509VerificationFlags VerificationFlags
Gets verification flags for the certificate.
Represents the chain policy to be applied when building an X509 certificate chain....
static CultureInfo CurrentCulture
Gets or sets the T:System.Globalization.CultureInfo object that represents the culture used by the cu...
The exception that is thrown when one of the arguments provided to a method is not valid.
Represents a time interval.To browse the .NET Framework source code for this type,...
static DateTime Now
Gets a T:System.DateTime object that is set to the current date and time on this computer,...
TimeSpan UrlRetrievalTimeout
Gets the time span that elapsed during online revocation verification or downloading the certificate ...
Provides information about a specific culture (called a locale for unmanaged code development)....
X509ChainPolicy()
Initializes a new instance of the T:System.Security.Cryptography.X509Certificates....
X509RevocationMode RevocationMode
Gets or sets values for X509 certificate revocation mode.
Represents a collection of T:System.Security.Cryptography.X509Certificates.X509Certificate2 objects....
X509RevocationFlag
Specifies which X509 certificates in the chain should be checked for revocation.
OidCollection ApplicationPolicy
Gets a collection of object identifiers (OIDs) specifying which application policies or enhanced key ...