This enumeration defines the types of device perimeters.
#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;
BlackBerry 10.3.1
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.