Allows enumeration of any user IDs associated with the key.

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

Syntax

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

Return Value

An IEnumerable of string objects.

See Also