public GeneralSubtree(
GeneralName baseName,
BigInteger minimum,
BigInteger maximum
)
Public Sub New (
baseName As GeneralName,
minimum As BigInteger,
maximum As BigInteger
)
public:
GeneralSubtree(
GeneralName^ baseName,
BigInteger^ minimum,
BigInteger^ maximum
)
Org.BouncyCastle.Asn1.X509.GeneralSubtree = function(baseName, minimum, maximum);