Initializes a new instance of the ModDetectionCodePacket class

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

Syntax

C#
public ModDetectionCodePacket(
	byte[] digest
)
Visual Basic
Public Sub New ( _
	digest As Byte() _
)
Visual C++
public:
ModDetectionCodePacket(
	array<unsigned char>^ digest
)

Parameters

digest
Type: array<System..::..Byte>[]()[][]

See Also