Returns User Id's associated with this key.

Namespace: DidiSoft.Pgp
Assembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547

Syntax

C#
public string[] UserIds { get; }
Visual Basic
Public ReadOnly Property UserIds As String()
	Get
Visual C++
public:
property array<String^>^ UserIds {
	array<String^>^ get ();
}

See Also