Represents revocation check outcome.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Enumeration RevocationCheckStatus |
| C# |
|---|
public enum RevocationCheckStatus |
Members
| Member name | Description | |
|---|---|---|
| IssuerMismatch |
The issuer of the certificate does not match the issuer of the CRL.
| |
| NotSuitable |
This CRL is not supposed to be used to check the status of this certificate (try the next CRL).
| |
| NotRevoked |
The certificate has not been revoked according to this CRL.
| |
| Revoked |
The certificate has been revoked.
|