Allows enumeration of signatures associated with the passed in user attributes.

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

Syntax

C#
public IEnumerable GetSignaturesForUserAttribute(
	PgpUserAttributeSubpacketVector userAttributes
)
Visual Basic
Public Function GetSignaturesForUserAttribute ( _
	userAttributes As PgpUserAttributeSubpacketVector _
) As IEnumerable
Visual C++
public:
IEnumerable^ GetSignaturesForUserAttribute(
	PgpUserAttributeSubpacketVector^ userAttributes
)

Parameters

userAttributes
Type: Org.BouncyCastle.Bcpg.OpenPgp..::..PgpUserAttributeSubpacketVector
The vector of user attributes to be matched.

Return Value

An IEnumerable of PgpSignature objects.

See Also