Defines the different certificate revocation reason codes.
Namespace: Org.Mentalis.Security.Tools
Assembly: Org.Mentalis.Security.Tools (in Org.Mentalis.Security.Tools)
Version: 1.0.0.0
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration ReasonCodeExtension |
C# |
---|
public enum ReasonCodeExtension |
Visual C++ |
---|
public enum class ReasonCodeExtension |
Members
Member | Description |
---|---|
AffiliationChanged | The affiliations have changed |
CACompromise | The Certificate Authority was compromised |
CertificateHold | The certificate is on hold |
CessationOfOperation | Operations have ceased |
KeyCompromise | The certificate key was compomised |
RemoveFromCRL | The certificate must be removed from the CRL (because it has expired anyway). This is only used for delta-CRLs. |
Superseded | The certificate has been superseded |
Unspecified | Unspecified reason |