Create an instance of sc_key_store_data_t.
#include <smartcard/sc_key_store_data.h>
sc_response_code_t sc_key_store_data_create(sc_key_store_data_t **key_store_data)
BlackBerry 10.2.0
The created key store data instance. This value cannot be NULL.
To destroy the instance, use the sc_key_store_data_destroy() function.
SC_SCARD_S_SUCCESS upon success, an error code otherwise. See sc_response_code_t for defined error codes.