Click or drag to resize

AdcsCrlReason Enumeration

Represents a set of possible revocation reasons.

Namespace:  SysadminsLV.PKI.Dcom
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public enum AdcsCrlReason
Members
  Member nameValueDescription
Unspecified0 Revocation reason is not specified.
KeyCompromise1 Certificate holder's private key is compromised.
CaCompromise2 Certification Authority's private key is compromised.
AffiliationChanged3
Superseded4 The certificate is replaced with another certificate and key.
CeaseOfOperation5 Service is no longer provided.
CertificateHold6 Certificate is temporarily put to CRL with a possibility to unrevoke it later.
RemoveFromCrl8 Removes certificate from CRL. This is possible only if certificate was revoked with CertificateHold reason.
See Also