Initializes a new instance of the NameConstraints class

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

See Also