Certificate revocation list status.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration CertificateRevocationListStatus |
C# |
---|
[FlagsAttribute] public enum CertificateRevocationListStatus |
Members
Member name | Description | |
---|---|---|
Valid |
The CRL is valid (make sure to check the issuer certificate for validity as well).
| |
TimeNotValid |
The CRL has expired or is not valid yet.
| |
IssuerMismatch |
The CRL has not been issued by the specified issuer.
| |
UnknownCriticalExtension |
The CRL contains an unsupported critical extension.
| |
WrongCrlUpdateTime |
The CRL update time is outside the issuer certificate's time validity range.
| |
WrongIssuerUsage |
The CRL issuer is not intended to issue CRLs.
| |
SignatureNotValid |
The CRL signature is not valid.
| |
Malformed |
Malformed structure of the CRL or its extensions.
|