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

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

Syntax

C#
public long GetKeyIdForUserId(
	string userId
)
Visual Basic (Declaration)
Public Function GetKeyIdForUserId ( _
	userId As String _
) As Long
Visual C++
public:
long long GetKeyIdForUserId(
	String^ userId
)

Parameters

userId
Type: System..::.String
User Id of the key owner

Return Value

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

See Also