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,
	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
)

See Also