11.12.3.4.27. Function iot_agent_keystore_free¶
Defined in File nxp_iot_agent_keystore.h
11.12.3.4.27.1. Function Documentation¶
-
iot_agent_status_t
iot_agent_keystore_free
(iot_agent_keystore_t *keystore)¶ Destroy the keystore.
Depending on the type of the keystore this is triggering actions on the keystore’s context itself by calling the _destroy() function of the keystore interface.
This does not free the context of the keystore.
The
keystore
is not usable after a call to iot_agent_keystore_free.