credential_perimeter_store_open()

Open a Credential Manager store with default ADARP lock domain.

Synopsis:

#include <sys/credential/credential_store.h>
 
int credential_perimeter_store_open(credential_store_perimeter_t perimeter,
                                    credential_store_t **store)

Since:

BlackBerry 10.3.1

Arguments:

perimeter

The perimeter where the store is persisted.

store

On return, a pointer to the store structure. You must call credential_store_close() to release this structure when you're done using it.

Library:

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

Description:

This function opens a Credential Manager store for the given perimeter using the default ADARP lock domain.

Returns:

0 if operation was successful, error code otherwise.