skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 3:... HP Open Source Security for OpenVMS Volume 3:...
go to beginning of chapter: KRB5 (Kerberos V5) Application Programming Interface KRB5 (Kerberos V5) Application Programming Interface
go to previous page: krb5_cc_get_principal  Retrieve the primary principal of the credentials cache krb5_cc_get_principal Retrieve the primary principal of the...
go to next page: krb5_cc_initialize  Create/refresh a credentials cachekrb5_cc_initialize Create/refresh a credentials cache
end of book navigation links

krb5_cc_get_type -- Return the CC prefix 



C Prototype 

const char *krb5_cc_get_type (
        krb5_context    context,
        krb5_ccache     cache );

Arguments 

context
(input/output)
 The context structure.
cache (input)  he credentials cache.

Description 

This routine returns the credentials cache prefix string as its return value.

Return Values 

This routine returns the following:

A string representing the credentials cache prefix.


go to previous page: krb5_cc_get_principal  Retrieve the primary principal of the credentials cache krb5_cc_get_principal Retrieve the primary principal of the...
go to next page: krb5_cc_initialize  Create/refresh a credentials cachekrb5_cc_initialize Create/refresh a credentials cache