RevocationCheckStatus Enum
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
Represents revocation check outcome.
Syntax
public enum RevocationCheckStatus
Fields
Name | Description |
---|---|
IssuerMismatch | The issuer of the certificate does not match the issuer of the CRL. |
NotRevoked | The certificate has not been revoked according to this CRL. |
NotSuitable | This CRL is not supposed to be used to check the status of this certificate (try the next CRL). |
Revoked | The certificate has been revoked. |