Update the management policy of a given credential.
#include <sys/credential/credential_policy.h>
int credential_set_mgmt_policy(credential_t *cred,
credential_mgmt_policy_mask_t policy)
BlackBerry 10.3.1
The credential to update.
The new management policy flags.
For example, you can specify that a specific credential cannot be exported.
0 if operation was successful, error code otherwise.