summaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_pac_parse.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_pac_parse.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_pac_parse.txt53
1 files changed, 53 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_pac_parse.txt b/doc/html/_sources/appdev/refs/api/krb5_pac_parse.txt
new file mode 100644
index 000000000000..1cae5be5a16c
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_pac_parse.txt
@@ -0,0 +1,53 @@
+krb5_pac_parse - Unparse an encoded PAC into a new handle.
+============================================================
+
+..
+
+.. c:function:: krb5_error_code krb5_pac_parse(krb5_context context, const void * ptr, size_t len, krb5_pac * pac)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **ptr** - PAC buffer
+
+ **[in]** **len** - Length of *ptr*
+
+ **[out]** **pac** - PAC handle
+
+
+..
+
+
+:retval:
+ - 0 Success; otherwise - Kerberos error codes
+
+
+..
+
+
+
+
+
+
+
+Use :c:func:`krb5_pac_free()` to free *pac* when it is no longer needed.
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+