Initializes a new instance of the AsymmetricKeyEntry class

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

Syntax

C#
public AsymmetricKeyEntry(
	AsymmetricKeyParameter key,
	Hashtable attributes
)
Visual Basic
Public Sub New ( _
	key As AsymmetricKeyParameter, _
	attributes As Hashtable _
)
Visual C++
public:
AsymmetricKeyEntry(
	AsymmetricKeyParameter^ key, 
	Hashtable^ attributes
)

See Also