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, Asn1Set attributes )  | 
| Visual Basic | 
|---|
Public Sub New ( _ algID As AlgorithmIdentifier, _ privateKey As Asn1Object, _ attributes As Asn1Set _ )  | 
| Visual C++ | 
|---|
public: PrivateKeyInfo( AlgorithmIdentifier^ algID, Asn1Object^ privateKey, Asn1Set^ attributes )  | 
Parameters
- privateKey
 - Type: Org.BouncyCastle.Asn1..::..Asn1Object
 
- attributes
 - Type: Org.BouncyCastle.Asn1..::..Asn1Set