Allows enumeration of any user IDs associated with the key.
Namespace: Org.BouncyCastle.Bcpg.OpenPgpAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public IEnumerable UserIds { get; } |
Visual Basic |
---|
Public ReadOnly Property UserIds As IEnumerable Get |
Visual C++ |
---|
public: property IEnumerable^ UserIds { IEnumerable^ get (); } |