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
)
Visual Basic
Public Sub New ( _
	ordering As ArrayList, _
	attributes As Hashtable _
)
Visual C++
public:
X509Name(
	ArrayList^ ordering, 
	Hashtable^ attributes
)

See Also