-

krb5_cc_get_name - Retrieve the name, but not type of a credential cache.

+

krb5_cc_get_name - Retrieve the name, but not type of a credential cache.

-const char *krb5_cc_get_name(krb5_context context, krb5_ccache cache)
+const char *krb5_cc_get_name(krb5_context context, krb5_ccache cache)
-
param
+
param:

[in] context - Library context

[in] cache - Credential cache handle

-
return
+
return:
  • On success - the name of the credential cache.

@@ -137,8 +135,8 @@