-

krb5_auth_con_getkey - Retrieve the session key from an auth context as a keyblock.

+

krb5_auth_con_getkey - Retrieve the session key from an auth context as a keyblock.

-krb5_error_code krb5_auth_con_getkey(krb5_context context, krb5_auth_context auth_context, krb5_keyblock **keyblock)
+krb5_error_code krb5_auth_con_getkey(krb5_context context, krb5_auth_context auth_context, krb5_keyblock **keyblock)
-
param
+
param:

[in] context - Library context

[in] auth_context - Authentication context

[out] keyblock - Session key

-
retval
+
retval:
  • 0 Success. Otherwise - Kerberos error codes

@@ -135,8 +133,8 @@