AdcsPropCrlState Enumeration |
Contains enumeration values for certificate state used by
ICertPropReaderD interface.
Namespace:
SysadminsLV.PKI.Dcom
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public enum AdcsPropCrlState
Public Enumeration AdcsPropCrlState
public enum class AdcsPropCrlState
Members
| Member name | Value | Description |
---|
| Error | 1 |
This certificate's CRL is managed by a different certificate.
|
| Revoked | 2 |
This indexed signing certificate is time-valid, but has been revoked by its issuer.
Certificate's associated key MUST NOT be used to sign CRLs.
|
| Valid | 3 |
This indexed signing certificate is still used to sign CRLs.
|
| Invalid | 4 |
The indexed signing certificate is expired and is not be used to sign CRLs.
|
| NotApplicable | -1 |
The property is unavailable.
|
See Also