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