X509RevocationReasons Enumeration |
Represents certificate revocation reasons.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public enum X509RevocationReasons
Public Enumeration X509RevocationReasons
public enum class X509RevocationReasons
type X509RevocationReasons
Members
| Member name | Value | Description |
---|
| Unspecified | 0 |
The reason is not specified.
|
| KeyCompromise | 1 |
Private key is compromised.
|
| CACompromise | 2 |
Issuing CA certificate is compromised.
|
| ChangeOfAffiliation | 3 |
Certificate holder changed its affiliation.
|
| Superseded | 4 |
Certificate is superseded by a new certificate.
|
| CeaseOfOperation | 5 |
Certificate holder is decommissioned or retired.
|
| CertificateHold | 6 |
Certificate is revoked temporarily.
|
| PrivilegeWithdrawn | 7 |
Certificate holder no longer have permissions to use certificate.
|
| ReleaseFromHold | 8 |
Certificate is removed from CRL.
|
| AACompromise | 10 |
Authorization Authority is compromised.
|
See Also