AdcsCrlReason Enumeration

Represents a set of possible revocation reasons.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
C#
public enum AdcsCrlReason

Members

Unspecified0 Revocation reason is not specified.
KeyCompromise1 Certificate holder's private key is compromised.
CaCompromise2 Certification Authority's private key is compromised.
AffiliationChanged3 Certificate owner has changed its affiliation.
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