Initializes a new instance of the PrivateKeyInfo class
Namespace: Org.BouncyCastle.Asn1.PkcsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public PrivateKeyInfo( AlgorithmIdentifier algID, Asn1Object privateKey ) |
| Visual Basic |
|---|
Public Sub New ( _ algID As AlgorithmIdentifier, _ privateKey As Asn1Object _ ) |
| Visual C++ |
|---|
public: PrivateKeyInfo( AlgorithmIdentifier^ algID, Asn1Object^ privateKey ) |
Parameters
- privateKey
- Type: Org.BouncyCastle.Asn1..::..Asn1Object