Returns the first User Id associated with this key.

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

Syntax

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

See Also