Return the one pass header associated with the current signature.

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

Syntax

C#
public PgpOnePassSignature GenerateOnePassVersion(
	bool isNested
)
Visual Basic
Public Function GenerateOnePassVersion ( _
	isNested As Boolean _
) As PgpOnePassSignature
Visual C++
public:
PgpOnePassSignature^ GenerateOnePassVersion(
	bool isNested
)

Parameters

isNested
Type: System..::..Boolean

See Also