Permanently remove all credentials that are owned by the given subject.
#include <sys/credential/credential_policy.h>
int credential_delete_all_for_access_subject(const credential_store_t *store,
const credential_access_subject_t *subject)
BlackBerry 10.3.1
The store from which credentials should be removed.
The access subject whose credentials should be deleted.
This function deletes all credentials that belong to the given subject from Credential Manager's storage.
0 if operation was successful, error code otherwise.