Class CrlReason
- Namespace
- Org.BouncyCastle.Asn1.X509
- Assembly
- BouncyCastle.Cryptography.dll
public class CrlReason : DerEnumerated, IAsn1Convertible
- Inheritance
-
CrlReason
- Implements
- Inherited Members
Constructors
CrlReason(DerEnumerated)
public CrlReason(DerEnumerated reason)
Parameters
reasonDerEnumerated
CrlReason(int)
public CrlReason(int reason)
Parameters
reasonint
Fields
AACompromise
public const int AACompromise = 10
Field Value
AffiliationChanged
public const int AffiliationChanged = 3
Field Value
CACompromise
public const int CACompromise = 2
Field Value
CertificateHold
public const int CertificateHold = 6
Field Value
CessationOfOperation
public const int CessationOfOperation = 5
Field Value
KeyCompromise
public const int KeyCompromise = 1
Field Value
PrivilegeWithdrawn
public const int PrivilegeWithdrawn = 9
Field Value
RemoveFromCrl
public const int RemoveFromCrl = 8
Field Value
Superseded
public const int Superseded = 4
Field Value
Unspecified
public const int Unspecified = 0
Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.