Returns the first User Id associated with this key.

Namespace:  DidiSoft
Assembly:  PGPLib (in PGPLib.exe) Version: 1.6.2.15631

Syntax

C#
public string UserId { get; }
Visual Basic (Declaration)
Public ReadOnly Property UserId As String
Visual C++
public:
property String^ UserId {
	String^ get ();
}

See Also