krb5_cc_get_full_name - Retrieve the full name of a credential cache.¶
- krb5_error_code krb5_cc_get_full_name(krb5_context context, krb5_ccache cache, char ** fullname_out)¶
param: | [in] context - Library context [in] cache - Credential cache handle [out] fullname_out - Full name of cache |
---|
Use krb5_free_string() to free fullname_out when it is no longer needed.
Note
New in 1.10