Allows enumeration of signatures of the passed in type that are on this key.

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

Syntax

C#
public IEnumerable GetSignaturesOfType(
	int signatureType
)
Visual Basic
Public Function GetSignaturesOfType ( _
	signatureType As Integer _
) As IEnumerable
Visual C++
public:
IEnumerable^ GetSignaturesOfType(
	int signatureType
)

Parameters

signatureType
Type: System..::..Int32
The type of the signature to be returned.

Return Value

An IEnumerable of PgpSignature objects.

See Also