Initializes a new instance of the GeneralSubtree class
Namespace: Org.BouncyCastle.Asn1.X509Assembly: 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 ) |
Parameters
- baseName
- Type: Org.BouncyCastle.Asn1.X509..::..GeneralName
- minimum
- Type: Org.BouncyCastle.Math..::..BigInteger
- maximum
- Type: Org.BouncyCastle.Math..::..BigInteger