Initializes a new instance of the Asn1TaggedObject class

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

Syntax

C#
protected Asn1TaggedObject(
	bool explicitly,
	int tagNo,
	Asn1Encodable obj
)
Visual Basic
Protected Sub New ( _
	explicitly As Boolean, _
	tagNo As Integer, _
	obj As Asn1Encodable _
)
Visual C++
protected:
Asn1TaggedObject(
	bool explicitly, 
	int tagNo, 
	Asn1Encodable^ obj
)

See Also