Table of Contents

Class CrlNumber

Namespace
Org.BouncyCastle.Asn1.X509
Assembly
BouncyCastle.Cryptography.dll
public class CrlNumber : DerInteger, IAsn1Convertible
Inheritance
CrlNumber
Implements
Inherited Members

Constructors

CrlNumber(BigInteger)

public CrlNumber(BigInteger number)

Parameters

number BigInteger

Properties

Number

public BigInteger Number { get; }

Property Value

BigInteger

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.