Open a Credential Manager store for a specific ADARP domain.
#include <sys/credential/credential_store.h>
int credential_perimeter_adarp_store_open(credential_store_perimeter_t perimeter,
credential_store_adarp_domain_t domain,
credential_store_t **store)
BlackBerry 10.3.1
The perimeter where the store is persisted.
The ADARP domain governing store accessibility.
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 and ADARP domain.
0 if operation was successful, error code otherwise.