Initializes a new instance of the Pkcs12Entry class

Namespace: Org.BouncyCastle.Pkcs
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
protected internal Pkcs12Entry(
	Hashtable attributes
)
Visual Basic
Protected Friend Sub New ( _
	attributes As Hashtable _
)
Visual C++
protected public:
Pkcs12Entry(
	Hashtable^ attributes
)

Parameters

attributes
Type: System.Collections..::..Hashtable

See Also