Returns a string representing the hexadecimal value of the Key ID.
(only the lower 4 bytes of the real key id which is 8 bytes.)

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

Syntax

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

See Also