Returns the real Key ID (of type long) corresponding to this Hexadecimal Key Id.

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

Syntax

C#
public long GetKeyIdForKeyIdHex(
	string keyIdHex
)
Visual Basic
Public Function GetKeyIdForKeyIdHex ( _
	keyIdHex As String _
) As Long
Visual C++
public:
long long GetKeyIdForKeyIdHex(
	String^ keyIdHex
)

Parameters

keyIdHex
Type: System..::..String
Hexadecimal Key Id used by other OpenPG software

Return Value

the key Id if a match has been found or -1 if no match was found

See Also