krb5_cc_get_name -- Return the name
of the credentials cache

C Prototype

char * krb5_cc_get_name(
krb5_context context,
krb5_ccache id );
Arguments

context (input/output) | | The context structure. |
| id (output) | | A credentials cache identifier. |
Description

This routine returns the name of the credentials cache denoted
by id.
Return
Values

This routine returns the following KRB5 status code:
Success
|
The name of the credentials cache specified
as a second argument.
|
Failure
|
NULL.
|