AdcsPropKraCertStatus Enumeration
Contains enumeration of Key Recovery Agent (KRA) certificate statuses.
Namespace: SysadminsLV.PKI.DcomAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public enum AdcsPropKraCertStatus
Public Enumeration AdcsPropKraCertStatus
public enum class AdcsPropKraCertStatus
type AdcsPropKraCertStatus
| 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.
|