aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_auth_con_getrecvsubkey_k.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_auth_con_getrecvsubkey_k.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_auth_con_getrecvsubkey_k.txt51
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_auth_con_getrecvsubkey_k.txt b/doc/html/_sources/appdev/refs/api/krb5_auth_con_getrecvsubkey_k.txt
new file mode 100644
index 000000000000..44ce57307ba5
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_auth_con_getrecvsubkey_k.txt
@@ -0,0 +1,51 @@
+krb5_auth_con_getrecvsubkey_k - Retrieve the receiving subkey from an auth context as a keyblock.
+===================================================================================================
+
+..
+
+.. c:function:: krb5_error_code krb5_auth_con_getrecvsubkey_k(krb5_context ctx, krb5_auth_context ac, krb5_key * key)
+
+..
+
+
+:param:
+
+ **[in]** **ctx** - Library context
+
+ **[in]** **ac** - Authentication context
+
+ **[out]** **key** - Receiving subkey
+
+
+..
+
+
+:retval:
+ - 0 Success; otherwise - Kerberos error codes
+
+
+..
+
+
+
+
+
+
+
+This function sets *key* to the receiving subkey from *auth_context* . Use :c:func:`krb5_k_free_key()` to release *key* when it is no longer needed.
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+