Initializes a new instance of the SignatureSubpacket class

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

Syntax

C#
protected internal SignatureSubpacket(
	SignatureSubpacketTag type,
	bool critical,
	byte[] data
)
Visual Basic
Protected Friend Sub New ( _
	type As SignatureSubpacketTag, _
	critical As Boolean, _
	data As Byte() _
)
Visual C++
protected public:
SignatureSubpacket(
	SignatureSubpacketTag type, 
	bool critical, 
	array<unsigned char>^ data
)

Parameters

type
Type: Org.BouncyCastle.Bcpg..::..SignatureSubpacketTag
critical
Type: System..::..Boolean
data
Type: array<System..::..Byte>[]()[][]

See Also