Class GeneralSubtree
- Namespace
- Enterprises.Org.BouncyCastle.Asn1.X509
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class GeneralSubtree : Asn1Encodable, IAsn1Convertible
- Inheritance
-
GeneralSubtree
- Implements
-
- Inherited Members
-
Constructors
GeneralSubtree(GeneralName)
public GeneralSubtree(GeneralName baseName)
Parameters
baseName
GeneralName
GeneralSubtree(GeneralName, BigInteger, BigInteger)
public GeneralSubtree(GeneralName baseName, BigInteger minimum, BigInteger maximum)
Parameters
baseName
GeneralName
minimum
BigInteger
maximum
BigInteger
Properties
Base
public GeneralName Base { get; }
Property Value
- GeneralName
Maximum
public BigInteger Maximum { get; }
Property Value
- BigInteger
Minimum
public BigInteger Minimum { get; }
Property Value
- BigInteger
Methods
GetInstance(Asn1TaggedObject, bool)
public static GeneralSubtree GetInstance(Asn1TaggedObject o, bool isExplicit)
Parameters
o
Asn1TaggedObject
isExplicit
bool
Returns
- GeneralSubtree
GetInstance(object)
public static GeneralSubtree GetInstance(object obj)
Parameters
obj
object
Returns
- GeneralSubtree
ToAsn1Object()
public override Asn1Object ToAsn1Object()
Returns
- Asn1Object