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