1.. saslman:: sasl_auxprop_getctx(3)
2
3.. _sasl-reference-manpages-library-sasl_auxprop_getctx:
4
5===============================================================
6**sasl_auxprop_getctx** - Acquire an auxiliary property context
7===============================================================
8
9Synopsis
10========
11
12.. code-block:: C
13
14    #include <sasl/sasl.h>
15
16    int sasl_auxprop_getctx(sasl_conn_t *conn)
17
18Description
19===========
20
21.. c:function:: int sasl_auxprop_getctx(sasl_conn_t *conn)
22
23    Fetches an auxiliary property context for the connection on which the functions
24    described in :saslman:`sasl_auxprop(3)` can operate.
25
26    :parameter conn: pointer to the :c:type:`sasl_conn_t` for which the request is being made.
27    :return: A pointer to the context on success. Returns NULL on failure.
28
29.. c:type:: sasl_conn_t
30
31     Context for a SASL connection negotiation
32
33Conforming to
34=============
35
36:rfc:`4422`
37
38See Also
39========
40
41:saslman:`sasl(3)`, :saslman:`sasl_auxprop(3)`, :saslman:`sasl_auxprop_request(3)`
42