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