Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ITrustedStorage::deleteItem ( P6UUID pUUID)
pure virtual

Deletes an entry in the trust storage by its global unique identifer.

Parameters
pUUID[ in ] There can only be one item associated with the globally unique identifer.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parameters is NULL.
P6R::eNotFoundThere is no keystore entry associated with the pUUID parameter.