diff options
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_cc_lock.txt')
| -rw-r--r-- | doc/html/_sources/appdev/refs/api/krb5_cc_lock.txt | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_cc_lock.txt b/doc/html/_sources/appdev/refs/api/krb5_cc_lock.txt new file mode 100644 index 000000000000..58dfe6f412b7 --- /dev/null +++ b/doc/html/_sources/appdev/refs/api/krb5_cc_lock.txt @@ -0,0 +1,49 @@ +krb5_cc_lock - Lock a credential cache. +========================================= + +.. + +.. c:function:: krb5_error_code krb5_cc_lock(krb5_context context, krb5_ccache ccache) + +.. + + +:param: + + **[in]** **context** - Library context + + **[in]** **ccache** - Credential cache handle + + +.. + + +:retval: + - 0 Success; otherwise - Kerberos error codes + + +.. + + + + + + + +Use :c:func:`krb5_cc_unlock()` to unlock the lock. + + + + + + + + + + +.. + + + + + |
