krb5_encode_authdata_container - Wrap authorization data in a container.¶
-
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 -
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.
See also
On this page
Table of contents
- For users
- For administrators
- For application developers
- For plugin module developers
- Building Kerberos V5
- Kerberos V5 concepts
- Protocols and file formats
- MIT Kerberos features
- How to build this documentation from the source
- Contributing to the MIT Kerberos Documentation
- Resources