Initializes a new instance of the PgpObjectFactory class

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

Syntax

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

Parameters

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

See Also