aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_cc_support_switch.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_cc_support_switch.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_cc_support_switch.txt50
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_cc_support_switch.txt b/doc/html/_sources/appdev/refs/api/krb5_cc_support_switch.txt
new file mode 100644
index 000000000000..394629b0f939
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_cc_support_switch.txt
@@ -0,0 +1,50 @@
+krb5_cc_support_switch - Determine whether a credential cache type supports switching.
+========================================================================================
+
+..
+
+.. c:function:: krb5_boolean krb5_cc_support_switch(krb5_context context, const char * type)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **type** - Credential cache type
+
+
+..
+
+
+:retval:
+ - TRUE if type supports switching
+ - FALSE if it does not or is not a valid credential cache type.
+
+
+..
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+.. note::
+
+ New in 1.10
+
+