Initializes a new instance of the X509CertificateEntry class
Namespace: Org.BouncyCastle.PkcsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public X509CertificateEntry( X509Certificate cert, Hashtable attributes ) |
Visual Basic |
---|
Public Sub New ( _ cert As X509Certificate, _ attributes As Hashtable _ ) |
Visual C++ |
---|
public: X509CertificateEntry( X509Certificate^ cert, Hashtable^ attributes ) |
Parameters
- attributes
- Type: System.Collections..::..Hashtable