Returns User Id's associated with this key.
Namespace:
DidiSoftAssembly: PGPLib (in PGPLib.exe) Version: 1.6.2.15631
Syntax
| C# |
|---|
public string[] UserIds { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property UserIds As String() |
| Visual C++ |
|---|
public: property array<String^>^ UserIds { array<String^>^ get (); } |