Initializes a new instance of the X509Name class
Namespace: Org.BouncyCastle.Asn1.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public X509Name( ArrayList ordering, Hashtable attributes, X509NameEntryConverter converter )  | 
| Visual Basic | 
|---|
Public Sub New ( _ ordering As ArrayList, _ attributes As Hashtable, _ converter As X509NameEntryConverter _ )  | 
| Visual C++ | 
|---|
public: X509Name( ArrayList^ ordering, Hashtable^ attributes, X509NameEntryConverter^ converter )  | 
Parameters
- ordering
 - Type: System.Collections..::..ArrayList
 
- attributes
 - Type: System.Collections..::..Hashtable
 
- converter
 - Type: Org.BouncyCastle.Asn1.X509..::..X509NameEntryConverter