AdcsPropCertState 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 AdcsPropCertState
Public Enumeration AdcsPropCertState
public enum class AdcsPropCertState
Members
| Member name | Value | Description |
---|
| Incomplete | 0 |
The signing certificate is incomplete.
|
| Unavailable | 1 |
The signing certificate is unavailable.
|
| Revoked | 2 |
The signing certificate has been revoked.
|
| Valid | 3 |
The signing certificate is valid.
|
| Expired | 4 |
The signing certificate has expired.
|
| NotApplicable | -1 |
The property is unavailable.
|
See Also