Returns array of Strings representing all user Id's contained in this KeyStore instance.

Namespace:  DidiSoft
Assembly:  PGPLib (in PGPLib.dll) Version: 1.6.3.19546

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 ();
}

See Also