credential_client_initialize()

Initialize the Credential Manager client library.

Synopsis:

#include <sys/credential/credential_client.h>
 
int credential_client_initialize(credential_log_target_t log_target)

Since:

BlackBerry 10.3.1

Arguments:

log_target

The type of logger that should be used by client.

Library:

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

Description:

You must call this function before invoking any of the Credential Manager API functions. Calling this function multiple times does not have any effect.

Returns:

0 if operation was successful, error code otherwise.