Allows enumeration of any user attribute vectors associated with the key.

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

Syntax

C#
public IEnumerable GetUserAttributes()
Visual Basic
Public Function GetUserAttributes As IEnumerable
Visual C++
public:
IEnumerable^ GetUserAttributes()

Return Value

An IEnumerable of PgpUserAttributeSubpacketVector objects.

See Also