credential_store_close()

Close a store.

Synopsis:

#include <sys/credential/credential_store.h>
 
void credential_store_close(credential_store_t **store)

Since:

BlackBerry 10.3.1

Arguments:

store

The store to close.

Library:

libcredential (For the qcc command, use the -l bps option to link against this library)

Description:

This function closes the Credential Manager store and releases the memory allocated for the store.

Returns: