credential_store_adarp_domain_t

An enumeration of the ADARP (Advanced Data At Rest Protection) domain types.

Synopsis:

#include <sys/credential/credential_store.h>
 
typedef enum {
      CREDENTIAL_STORE_ADARP_DOMAIN_LOCK = 0   
      CREDENTIAL_STORE_ADARP_DOMAIN_OPERATIONAL = 1   
      CREDENTIAL_STORE_ADARP_DOMAIN_STARTUP = 2   
      CREDENTIAL_STORE_ADARP_DOMAIN_LAST   
} credential_store_adarp_domain_t;

Since:

BlackBerry 10.3.1

Data:

CREDENTIAL_STORE_ADARP_DOMAIN_LOCK
Indicates lock data area; accessible only when perimeter is unlocked.
CREDENTIAL_STORE_ADARP_DOMAIN_OPERATIONAL
Indicates operational data area; accessible only after first user login.
CREDENTIAL_STORE_ADARP_DOMAIN_STARTUP
Indicates startup data area; accessible only after device boot.
CREDENTIAL_STORE_ADARP_DOMAIN_LAST
Indicates the number of unique values in ADARP domain enumeration.

Library:

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

Description: