credential_mgmt_policy_t

Management policy flags.

Synopsis:

#include <sys/credential/credential_policy.h>
 
typedef enum {
      CREDENTIAL_MGMT_POLICY_FLAG_DISALLOW_EXPORT = 1 << 0   
      CREDENTIAL_MGMT_POLICY_FLAG_DISALLOW_BACKUP = 1 << 1   
} credential_mgmt_policy_t;

Since:

BlackBerry 10.3.1

Data:

CREDENTIAL_MGMT_POLICY_FLAG_DISALLOW_EXPORT
Indicates that associated credential can't be exported via plug-in API.

By default, credentials are eligible for export.

CREDENTIAL_MGMT_POLICY_FLAG_DISALLOW_BACKUP
Indicates that associated credential can't be included in device backup.

By default, credentials will be included in device backup.

Library:

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

Description: