Initializes a new instance of the DerInteger class
Namespace: Org.BouncyCastle.Asn1Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public DerInteger( BigInteger value )  | 
| Visual Basic | 
|---|
Public Sub New ( _ value As BigInteger _ )  | 
| Visual C++ | 
|---|
public: DerInteger( BigInteger^ value )  | 
Parameters
- value
 - Type: Org.BouncyCastle.Math..::..BigInteger