pkc_plcy_get_key_certifier_count(3sec)Returns number of a key's certifying authorities Synopsis #include <pkc_plcy.h> unsigned32 pkc_plcy_get_key_certifier_count( gss_OID policy, void * keys_handle, unsigned key_index, size_t * ca_count); Parameters Input
policy
keys_handle
key_index Output
ca_count Description pkc_plcy_get_key_certifier_count(3sec) searches the list of registered policies for implementations of the specified policy. If found, the implementation is opened, if necessary, and its (*get_key_certifier_count)( ) function is invoked. Necessary mutex protection around non-thread safe policy implementations is provided. Return Values
pkc_s_success Errors Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages. Related Information
Functions:
|