Initializes a new instance of the ECPrivateKeyStructure class
Namespace: Org.BouncyCastle.Asn1.SecAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public ECPrivateKeyStructure( BigInteger key ) |
| Visual Basic |
|---|
Public Sub New ( _ key As BigInteger _ ) |
| Visual C++ |
|---|
public: ECPrivateKeyStructure( BigInteger^ key ) |