pkc_get_key_certifier_count(3sec)Returns number of key's certifying authorities Synopsis #include <pkc_api.h> unsigned32 pkc_get_key_certifier_count( keyinfo_t * keyinfobase, unsigned key_index, size_t * ca_count); Parameters Input
keyinfobase
key_index Output
ca_count Description pkc_get_key_certifier_count(3sec) returns the number of certifying authorities in the certification path of the specified key. The desired information is extracted by the routine from the keyinfo_t structure, which must first be obtained by the caller by a call to the pkc_retrieve_keyinfo(3sec) routine. Return Values
pkc_s_success Errors Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages. Related Information
Functions:
|