Allows enumeration of any signatures associated with the passed in id.

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

Syntax

C#
public IEnumerable GetSignaturesForId(
	string id
)
Visual Basic
Public Function GetSignaturesForId ( _
	id As String _
) As IEnumerable
Visual C++
public:
IEnumerable^ GetSignaturesForId(
	String^ id
)

Parameters

id
Type: System..::..String
The ID to be matched.

Return Value

An IEnumerable of PgpSignature objects.

See Also