Returns a string representing the hexadecimal value of the Key ID.

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

Syntax

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

See Also