Initializes a new instance of the DerApplicationSpecific class

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

Syntax

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

Parameters

tag
Type: System..::..Int32
octets
Type: array<System..::..Byte>[]()[][]

See Also