aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_encode_authdata_container.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_encode_authdata_container.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_encode_authdata_container.txt56
1 files changed, 56 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_encode_authdata_container.txt b/doc/html/_sources/appdev/refs/api/krb5_encode_authdata_container.txt
new file mode 100644
index 000000000000..4ca53b4b4315
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_encode_authdata_container.txt
@@ -0,0 +1,56 @@
+krb5_encode_authdata_container - Wrap authorization data in a container.
+==========================================================================
+
+..
+
+.. c:function:: krb5_error_code krb5_encode_authdata_container(krb5_context context, krb5_authdatatype type, krb5_authdata *const * authdata, krb5_authdata *** container)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **type** - :data:`KRB5_AUTHDATA` type of *container*
+
+ **[in]** **authdata** - List of authorization data to be encoded
+
+ **[out]** **container** - List of encoded authorization data
+
+
+..
+
+
+:retval:
+ - 0 Success; otherwise - Kerberos error codes
+
+
+..
+
+
+
+
+
+
+
+The result is returned in *container* as a single-element list.
+
+
+
+
+
+
+
+
+
+
+..
+
+.. seealso::
+ :c:func:`krb5_decode_authdata_container()`
+
+
+
+
+