Open a Credential Manager store with default ADARP lock domain.
#include <sys/credential/credential_store.h>
int credential_perimeter_store_open(credential_store_perimeter_t perimeter,
credential_store_t **store)
BlackBerry 10.3.1
The perimeter where the store is persisted.
On return, a pointer to the store structure. You must call credential_store_close() to release this structure when you're done using it.
This function opens a Credential Manager store for the given perimeter using the default ADARP lock domain.
0 if operation was successful, error code otherwise.