Initializes a new instance of the ECPrivateKeyStructure class

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

Collapse imageSyntax

C#
public ECPrivateKeyStructure(
	BigInteger key
)
Visual Basic
Public Sub New ( _
	key As BigInteger _
)
Visual C++
public:
ECPrivateKeyStructure(
	BigInteger^ key
)

Collapse imageSee Also