public static GeneralSubtree GetInstance(
Asn1TaggedObject o,
bool isExplicit
)
Public Shared Function GetInstance (
o As Asn1TaggedObject,
isExplicit As Boolean
) As GeneralSubtree
public:
static GeneralSubtree^ GetInstance(
Asn1TaggedObject^ o,
bool isExplicit
)
Org.BouncyCastle.Asn1.X509.GeneralSubtree.GetInstance = function(o, isExplicit);