Remove the specified key from the card.
#include <smartcard_spi/SmartCardCryptoProvider.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardCryptoProvider::removeKey(const sc_key_store_data_t *keyStoreData)
BlackBerry 10.3.1
The instance of the key store data that identifies the key on the card to be removed. Must not be NULL.
If the method succeeds, SC_SCARD_S_SUCCESS is returned. If the method fails, an error code is returned.