CertificateRevocationListStatus Enum
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
Certificate revocation list status.
Syntax
[Flags]
public enum CertificateRevocationListStatus : long
Fields
Name | Description |
---|---|
IssuerMismatch | The CRL has not been issued by the specified issuer. |
Malformed | Malformed structure of the CRL or its extensions. |
SignatureNotValid | The CRL signature is not valid. |
TimeNotValid | The CRL has expired or is not valid yet. |
UnknownCriticalExtension | The CRL contains an unsupported critical extension. |
Valid | The CRL is valid (make sure to check the issuer certificate for validity as well). |
WrongCrlUpdateTime | The CRL update time is outside the issuer certificate's time validity range. |
WrongIssuerUsage | The CRL issuer is not intended to issue CRLs. |