Deletes the key pair (public and private key) from this key store that have the specified keyId.

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

Syntax

C#
public bool DeleteKeyPair(
	long keyId
)
Visual Basic (Declaration)
Public Function DeleteKeyPair ( _
	keyId As Long _
) As Boolean
Visual C++
public:
bool DeleteKeyPair(
	long long keyId
)

Parameters

keyId
Type: System..::.Int64
Key Id of the key pair

Return Value

true if key pair is deleted, false if there is no key pair with the specified key Id

See Also