Click or drag to resize

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 enum RevokeReason
Members
  Member nameValueDescription
Unspecified0 No reason given
KeyCompromise1 The key has been compromised
CaCompromise2 The CA itself has been compromised
AffiliationChange3 The affiliation of the CA has changed
Superseded4 There has been a new certificate issued
CessationOfOperation5 The business has ceased operation
CertificateHold6 The certificate is under investigation or is held by administrator
Reinstate4294967295 Reinstantiate the certificate
See Also