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

Syntax

C#
public void SetUnhashedSubpackets(
	PgpSignatureSubpacketVector unhashedPackets
)
Visual Basic
Public Sub SetUnhashedSubpackets ( _
	unhashedPackets As PgpSignatureSubpacketVector _
)
Visual C++
public:
void SetUnhashedSubpackets(
	PgpSignatureSubpacketVector^ unhashedPackets
)

See Also