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 nameDescription
Supported by the .NET Compact FrameworkIssuerMismatch
The issuer of the certificate does not match the issuer of the CRL.
Supported by the .NET Compact FrameworkNotSuitable
This CRL is not supposed to be used to check the status of this certificate (try the next CRL).
Supported by the .NET Compact FrameworkNotRevoked
The certificate has not been revoked according to this CRL.
Supported by the .NET Compact FrameworkRevoked
The certificate has been revoked.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also