Returns array of Hexadecimal string representation of the key Id's for the keys contained in this KeyStore instance.

This hexadecimal value is composed of the lower four bytes of the real key Id (8 bytes) and is the same as the one displayed by PGP (r) and GnuPG.

Namespace:  DidiSoft
Assembly:  PGPLib (in PGPLib.dll) Version: 1.6.3.19546

Syntax

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

See Also