Initializes a new instance of the PrivateKeyInfo class

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

See Also