Initializes a new instance of the GeneralSubtree class

Namespace: Org.BouncyCastle.Asn1.X509
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public GeneralSubtree(
	GeneralName baseName,
	BigInteger minimum,
	BigInteger maximum
)
Visual Basic
Public Sub New ( _
	baseName As GeneralName, _
	minimum As BigInteger, _
	maximum As BigInteger _
)
Visual C++
public:
GeneralSubtree(
	GeneralName^ baseName, 
	BigInteger^ minimum, 
	BigInteger^ maximum
)

See Also