SmartCardCryptoProvider::removeKey()
Remove the specified key from the card.
Synopsis:
#include <smartcard_spi/SmartCardCryptoProvider.hpp>
virtual sc_response_code_t smartcard_spi::SmartCardCryptoProvider::removeKey(const sc_key_store_data_t *keyStoreData)
Since:
BlackBerry 10.3.1
Arguments:
- keyStoreData
-
The instance of the key store data that identifies the key on the card to be removed. Must not be NULL.
Library:
libscs (For the qcc command, use the -l scs option to link against this library)Description:
Returns:
If the method succeeds, SC_SCARD_S_SUCCESS is returned. If the method fails, an error code is returned.
Last modified: 2014-09-30