credential_store_perimeter_t

This enumeration defines the types of device perimeters.

Synopsis:

#include <sys/credential/credential_store.h>
 
typedef enum {
      CREDENTIAL_STORE_PERIMETER_TYPE_DEFAULT = 0   
      CREDENTIAL_STORE_PERIMETER_TYPE_PERSONAL = 1   
      CREDENTIAL_STORE_PERIMETER_TYPE_ENTERPRISE = 2   
      CREDENTIAL_STORE_PERIMETER_TYPE_LAST   
} credential_store_perimeter_t;

Since:

BlackBerry 10.3.1

Data:

CREDENTIAL_STORE_PERIMETER_TYPE_DEFAULT
Indicates default or current application perimeter.
CREDENTIAL_STORE_PERIMETER_TYPE_PERSONAL
Indicates personal perimeter.
CREDENTIAL_STORE_PERIMETER_TYPE_ENTERPRISE
Indicates enterprise perimeter.
CREDENTIAL_STORE_PERIMETER_TYPE_LAST
Indicates the number of unique values in perimeter type enumeration.

Library:

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

Description:

Hybrid applications must explicitly specify the Credential Manager perimeter. All other applications must use the CREDENTIAL_STORE_PERIMETER_TYPE_DEFAULT to indicate the current application perimeter.