credential_perimeter_adarp_store_open()

Open a Credential Manager store for a specific ADARP domain.

Synopsis:

#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)

Since:

BlackBerry 10.3.1

Arguments:

perimeter

The perimeter where the store is persisted.

domain

The ADARP domain governing store accessibility.

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 and ADARP domain.

Returns:

0 if operation was successful, error code otherwise.