Initializes a new instance of the AsymmetricKeyEntry class
Namespace: Org.BouncyCastle.PkcsAssembly: 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 ) |
Parameters
- attributes
- Type: System.Collections..::..Hashtable