Initializes a new instance of the DerTaggedObject class

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

Syntax

C#
public DerTaggedObject(
	int tagNo
)
Visual Basic
Public Sub New ( _
	tagNo As Integer _
)
Visual C++
public:
DerTaggedObject(
	int tagNo
)

Parameters

tagNo
Type: System..::..Int32

See Also