-

krb5_cc_support_switch - Determine whether a credential cache type supports switching.

+

krb5_cc_support_switch - Determine whether a credential cache type supports switching.

-krb5_boolean krb5_cc_support_switch(krb5_context context, const char *type)
+krb5_boolean krb5_cc_support_switch(krb5_context context, const char *type)
-
param
+
param:

[in] context - Library context

[in] type - Credential cache type

-
retval
+
retval:
  • TRUE if type supports switching

  • FALSE if it does not or is not a valid credential cache type.

  • @@ -138,8 +136,8 @@