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
Public Enumeration AdcsCrlReason
public enum class AdcsCrlReason
Members
| Member name | Value | Description |
---|
| 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 | |
| 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.
|
See Also