aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_cc_get_full_name.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_cc_get_full_name.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_cc_get_full_name.txt52
1 files changed, 52 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_cc_get_full_name.txt b/doc/html/_sources/appdev/refs/api/krb5_cc_get_full_name.txt
new file mode 100644
index 000000000000..7c570459724f
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_cc_get_full_name.txt
@@ -0,0 +1,52 @@
+krb5_cc_get_full_name - Retrieve the full name of a credential cache.
+=======================================================================
+
+..
+
+.. c:function:: 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 :c:func:`krb5_free_string()` to free *fullname_out* when it is no longer needed.
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+.. note::
+
+ New in 1.10
+
+