credential_owner_type_t

Owner types for credential.

Synopsis:

#include <sys/credential/credential_policy.h>
 
typedef enum {
      CREDENTIAL_OWNER_TYPE_USER = 1   
      CREDENTIAL_OWNER_TYPE_ENTERPRISE = 2   
      CREDENTIAL_OWNER_TYPE_APPLICATION = 3   
} credential_owner_type_t;

Since:

BlackBerry 10.3.1

Data:

CREDENTIAL_OWNER_TYPE_USER
Represents a user-owned credential.
CREDENTIAL_OWNER_TYPE_ENTERPRISE
Represents enterprise-owned credential.
CREDENTIAL_OWNER_TYPE_APPLICATION
Represents application-owned credential.

Library:

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

Description: