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

Syntax

C#
public static GeneralSubtree GetInstance(
	Asn1TaggedObject o,
	bool isExplicit
)
Visual Basic
Public Shared Function GetInstance ( _
	o As Asn1TaggedObject, _
	isExplicit As Boolean _
) As GeneralSubtree
Visual C++
public:
static GeneralSubtree^ GetInstance(
	Asn1TaggedObject^ o, 
	bool isExplicit
)

See Also