Deletes the public key with the specified key Id from this key store.

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

Syntax

C#
public virtual bool DeletePublicKey(
	long keyId
)
Visual Basic
Public Overridable Function DeletePublicKey ( _
	keyId As Long _
) As Boolean
Visual C++
public:
virtual bool DeletePublicKey(
	long long keyId
)

Parameters

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

Return Value

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

See Also