Initializes a new instance of the DerUnknownTag class

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

Syntax

C#
public DerUnknownTag(
	bool isConstructed,
	int tag,
	byte[] data
)
Visual Basic
Public Sub New ( _
	isConstructed As Boolean, _
	tag As Integer, _
	data As Byte() _
)
Visual C++
public:
DerUnknownTag(
	bool isConstructed, 
	int tag, 
	array<unsigned char>^ data
)

Parameters

isConstructed
Type: System..::..Boolean
tag
Type: System..::..Int32
data
Type: array<System..::..Byte>[]()[][]

See Also