aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_cc_destroy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_cc_destroy.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_cc_destroy.txt52
1 files changed, 52 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_cc_destroy.txt b/doc/html/_sources/appdev/refs/api/krb5_cc_destroy.txt
new file mode 100644
index 000000000000..12254719d3d0
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_cc_destroy.txt
@@ -0,0 +1,52 @@
+krb5_cc_destroy - Destroy a credential cache.
+===============================================
+
+..
+
+.. c:function:: krb5_error_code krb5_cc_destroy(krb5_context context, krb5_ccache cache)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **cache** - Credential cache handle
+
+
+..
+
+
+:retval:
+ - 0 Success
+
+
+:return:
+ - Permission errors
+
+..
+
+
+
+
+
+
+
+This function destroys any existing contents of *cache* and closes the handle to it.
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+