AdcsCrlReason Enumeration
Represents a set of possible revocation reasons.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
public enum AdcsCrlReason
Public Enumeration AdcsCrlReason
public enum class AdcsCrlReason
Unspecified | 0 |
Revocation reason is not specified.
|
KeyCompromise | 1 |
Certificate holder's private key is compromised.
|
CaCompromise | 2 |
Certification Authority's private key is compromised.
|
AffiliationChanged | 3 |
Certificate owner has changed its affiliation.
|
Superseded | 4 |
The certificate is replaced with another certificate and key.
|
CeaseOfOperation | 5 |
Service is no longer provided.
|
CertificateHold | 6 |
Certificate is temporarily put to CRL with a possibility to unrevoke it later.
|
RemoveFromCrl | 8 |
Removes certificate from CRL. This is possible only if certificate was revoked with CertificateHold reason.
|