Certificate revocation list status.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration CertificateRevocationListStatus
C#
[FlagsAttribute]
public enum CertificateRevocationListStatus

Members

Member nameDescription
Supported by the .NET Compact FrameworkValid
The CRL is valid (make sure to check the issuer certificate for validity as well).
Supported by the .NET Compact FrameworkTimeNotValid
The CRL has expired or is not valid yet.
Supported by the .NET Compact FrameworkIssuerMismatch
The CRL has not been issued by the specified issuer.
Supported by the .NET Compact FrameworkUnknownCriticalExtension
The CRL contains an unsupported critical extension.
Supported by the .NET Compact FrameworkWrongCrlUpdateTime
The CRL update time is outside the issuer certificate's time validity range.
Supported by the .NET Compact FrameworkWrongIssuerUsage
The CRL issuer is not intended to issue CRLs.
Supported by the .NET Compact FrameworkSignatureNotValid
The CRL signature is not valid.
Supported by the .NET Compact FrameworkMalformed
Malformed structure of the CRL or its extensions.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also