Table of Contents

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

reason DerEnumerated

CrlReason(int)

public CrlReason(int reason)

Parameters

reason int

Fields

AACompromise

public const int AACompromise = 10

Field Value

int

AffiliationChanged

public const int AffiliationChanged = 3

Field Value

int

CACompromise

public const int CACompromise = 2

Field Value

int

CertificateHold

public const int CertificateHold = 6

Field Value

int

CessationOfOperation

public const int CessationOfOperation = 5

Field Value

int

KeyCompromise

public const int KeyCompromise = 1

Field Value

int

PrivilegeWithdrawn

public const int PrivilegeWithdrawn = 9

Field Value

int

RemoveFromCrl

public const int RemoveFromCrl = 8

Field Value

int

Superseded

public const int Superseded = 4

Field Value

int

Unspecified

public const int Unspecified = 0

Field Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.