-
+

krb5_decode_authdata_container - Unwrap authorization data.

-
-
-krb5_error_code krb5_decode_authdata_container(krb5_context context, krb5_authdatatype type, const krb5_authdata * container, krb5_authdata *** authdata)
+
+
+krb5_error_code krb5_decode_authdata_container(krb5_context context, krb5_authdatatype type, const krb5_authdata *container, krb5_authdata ***authdata)
- --- - - - -
param:

[in] context - Library context

-

[in] type - KRB5_AUTHDATA type of container

+
+
param
+

[in] context - Library context

+

[in] type - Container type (see KRB5_AUTHDATA macros)

[in] container - Authorization data to be decoded

-

[out] authdata - List of decoded authorization data

-
- --- - - - -
retval:
    -
  • 0 Success; otherwise - Kerberos error codes
  • +

    [out] authdata - List of decoded authorization data

    + + +
    +
    retval
    +
      +
    • 0 Success; otherwise - Kerberos error codes

    -
+ +
+

See also

+

krb5_encode_authdata_container()

+ +