aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_auth_con_getkey.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_auth_con_getkey.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_auth_con_getkey.txt51
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_auth_con_getkey.txt b/doc/html/_sources/appdev/refs/api/krb5_auth_con_getkey.txt
new file mode 100644
index 000000000000..cfe99ff259c4
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_auth_con_getkey.txt
@@ -0,0 +1,51 @@
+krb5_auth_con_getkey - Retrieve the session key from an auth context as a keyblock.
+=====================================================================================
+
+..
+
+.. c:function:: krb5_error_code krb5_auth_con_getkey(krb5_context context, krb5_auth_context auth_context, krb5_keyblock ** keyblock)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **auth_context** - Authentication context
+
+ **[out]** **keyblock** - Session key
+
+
+..
+
+
+:retval:
+ - 0 Success. Otherwise - Kerberos error codes
+
+
+..
+
+
+
+
+
+
+
+This function creates a keyblock containing the session key from *auth_context* . Use :c:func:`krb5_free_keyblock()` to free *keyblock* when it is no longer needed
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+