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.Pgp
Assembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547

Syntax

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

See Also