krb5_cc_close

Function krb5_cc_close 

Source
pub unsafe extern "C" fn krb5_cc_close(
    context: krb5_context,
    cache: krb5_ccache,
) -> krb5_error_code
Expand description

Close a credential cache handle.

@param [in] context Library context @param [in] cache Credential cache handle

This function closes a credential cache handle @a cache without affecting the contents of the cache.

@retval 0 Success @return Kerberos error codes