AdcsPropKraCertStatus Enumeration

Contains enumeration of Key Recovery Agent (KRA) certificate statuses.

Definition

Namespace: SysadminsLV.PKI.Dcom
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public enum AdcsPropKraCertStatus

Members

Expired0 Certificate is expired.
NotFound1 Certificate cannot be found.
Revoked2 Certificate is revoked.
Valid3 Certificate is valid for key encryption.
Invalid4 Certificate is not valid for key encryption.
Untrusted5 Certificate is not trusted by Certification Authority.
NotLoaded6 Certificate is assigned, but not loaded to Certification Authority runtime. Certification Authority service restart is required.
NotApplicable-1 The property is unavailable.

See Also