Initializes a new instance of the EncryptedPrivateKeyInfo class
Namespace: Org.BouncyCastle.Asn1.PkcsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public EncryptedPrivateKeyInfo( AlgorithmIdentifier algId, byte[] encoding )  | 
| Visual Basic | 
|---|
Public Sub New ( _ algId As AlgorithmIdentifier, _ encoding As Byte() _ )  | 
| Visual C++ | 
|---|
public: EncryptedPrivateKeyInfo( AlgorithmIdentifier^ algId, array<unsigned char>^ encoding )  | 
Parameters
- encoding
 - Type: array<System..::..Byte>[]()[][]