AdcsPropKraCertStatus Enumeration |
Contains enumeration of Key Recovery Agent (KRA) certificate statuses.
Namespace:
SysadminsLV.PKI.Dcom
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public enum AdcsPropKraCertStatus
Public Enumeration AdcsPropKraCertStatus
public enum class AdcsPropKraCertStatus
type AdcsPropKraCertStatus
Members
| Member name | Value | Description |
---|
| Expired | 0 |
Certificate is expired.
|
| NotFound | 1 |
Certificate cannot be found.
|
| Revoked | 2 |
Certificate is revoked.
|
| Valid | 3 |
Certificate is valid for key encryption.
|
| Invalid | 4 |
Certificate is not valid for key encryption.
|
| Untrusted | 5 |
Certificate is not trusted by Certification Authority.
|
| NotLoaded | 6 |
Certificate is assigned, but not loaded to Certification Authority runtime. Certification Authority service restart is required.
|
| NotApplicable | -1 |
The property is unavailable.
|
See Also