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( bool reverse, Hashtable lookUp, string dirName )  | 
| Visual Basic | 
|---|
Public Sub New ( _ reverse As Boolean, _ lookUp As Hashtable, _ dirName As String _ )  | 
| Visual C++ | 
|---|
public: X509Name( bool reverse, Hashtable^ lookUp, String^ dirName )  | 
Parameters
- reverse
 - Type: System..::..Boolean
 
- lookUp
 - Type: System.Collections..::..Hashtable
 
- dirName
 - Type: System..::..String