Functions in credential_store.h
Functions for manipulating the Credential Manager store.
credential_clone()
Create a clone of the given credential.
credential_delete()
Permanently remove an credential from Credential Manager.
credential_delete_all_for_access_subject()
Permanently remove all credentials that are owned by the given subject.
credential_find()
Lookup credentials using given query.
credential_from_handle()
Create an credential from its handle representation.
credential_from_handle_string()
Create an credential from its encoded handle representation.
credential_get_type()
Retrieve the concrete credential type.
credential_iterator_has_next()
Indicate whether the iteration has more credentials.
credential_iterator_next()
Return the next credential of an iteration.
credential_iterator_release()
Release an credential iterator handle.
credential_perimeter_adarp_store_open()
Open a Credential Manager store for a specific ADARP domain.
credential_perimeter_store_open()
Open a Credential Manager store with default ADARP lock domain.
credential_query_release()
Release a structure that represents an credential query.
credential_query_result_get_first()
Retrieve the first credential from query result.
credential_query_result_get_iterator()
Retrieve an iterator for credentials in query result.
credential_query_result_get_status()
Retrieve the termination reason for an credential query.
credential_query_result_release()
Release a structure that represents an credential query result.
credential_query_set_cred_type()
Set the credential type that should be used when performing query.
credential_query_set_owner_type()
Set the owner type that should be used when performing query.
credential_query_set_provider_policy()
Set the provider policy that should be enforced.
credential_query_set_user_prompt_policy()
Set the user prompt policy for the given input query.
credential_query_set_window_group_id()
Set the window group that should be used for user prompts.
credential_release()
Release an credential handle.
credential_set_access_policy()
Update the access policy of a given credential.
credential_set_mgmt_policy()
Update the management policy of a given credential.
credential_store_close()
Close a store.
credential_store_create_temporary()
Open a temporary Credential Manager store.
credential_to_handle()
Retrieve a handle representation of the credential.
credential_to_handle_string()
Retrieve a string representation of credential handle.
credential_util_free()
Release memory.
Parent topic:
Stores (credential_store.h)
Related concepts
Data types in credential_store.h