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

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

Syntax

C#
public long GetKeyIdForKeyIdHex(
	string keyIdHex
)
Visual Basic (Declaration)
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

[Missing <returns> documentation for "M:DidiSoft.KeyStore.GetKeyIdForKeyIdHex(System.String)"]

See Also