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.
|