RevocationCheckStatus Enum
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9313)
Represents revocation check outcome.
Syntax
public enum RevocationCheckStatusFields
| 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. |