Initializes a new instance of the X509Name class

Namespace: Org.BouncyCastle.Asn1.X509
Assembly: 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
)

See Also