Initializes a new instance of the MPInteger class

Namespace: Org.BouncyCastle.Bcpg
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public MPInteger(
	BcpgInputStream bcpgIn
)
Visual Basic
Public Sub New ( _
	bcpgIn As BcpgInputStream _
)
Visual C++
public:
MPInteger(
	BcpgInputStream^ bcpgIn
)

See Also