Return true if the signature has either hashed or unhashed subpackets.

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

Syntax

C#
public bool HasSubpackets { get; }
Visual Basic
Public ReadOnly Property HasSubpackets As Boolean
	Get
Visual C++
public:
property bool HasSubpackets {
	bool get ();
}

See Also