Initializes a new instance of the EncryptedPrivateKeyInfo class

Namespace: Org.BouncyCastle.Asn1.Pkcs
Assembly: 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

algId
Type: Org.BouncyCastle.Asn1.X509..::..AlgorithmIdentifier
encoding
Type: array<System..::..Byte>[]()[][]

See Also