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
numberBigInteger
Properties
Number
public BigInteger Number { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.