AdcsPropCrlState Enumeration
Contains enumeration values for certificate state used by
ICertPropReaderD interface.
Namespace: SysadminsLV.PKI.DcomAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public enum AdcsPropCrlState
Public Enumeration AdcsPropCrlState
public enum class AdcsPropCrlState
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.
|