| RevokeReason Enumeration |
The reason something is revoked
Namespace:
SanteDB.Core.Model.AMI.Security
Assembly:
SanteDB.Core.Model.AMI (in SanteDB.Core.Model.AMI.dll) Version: 2.2.1
Syntax Public Enumeration RevokeReason
public enum class RevokeReason
Members
| Member name | Value | Description |
---|
| Unspecified | 0 |
No reason given
|
| KeyCompromise | 1 |
The key has been compromised
|
| CaCompromise | 2 |
The CA itself has been compromised
|
| AffiliationChange | 3 |
The affiliation of the CA has changed
|
| Superseded | 4 |
There has been a new certificate issued
|
| CessationOfOperation | 5 |
The business has ceased operation
|
| CertificateHold | 6 |
The certificate is under investigation or is held by administrator
|
| Reinstate | 4294967295 |
Reinstantiate the certificate
|
See Also