Click or drag to resize

AdcsPropCrlState 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 AdcsPropCrlState
Members
  Member nameValueDescription
Error1 This certificate's CRL is managed by a different certificate.
Revoked2 This indexed signing certificate is time-valid, but has been revoked by its issuer. Certificate's associated key MUST NOT be used to sign CRLs.
Valid3 This indexed signing certificate is still used to sign CRLs.
Invalid4 The indexed signing certificate is expired and is not be used to sign CRLs.
NotApplicable-1 The property is unavailable.
See Also