Click or drag to resize

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
Members
  Member nameValueDescription
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