Simple Authentication Security Layer Library Functions
sasl_auxprop_getctx(3SASL)
NAME
sasl_auxprop_getctx - acquire an auxiliary property context
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
struct propctx *sasl_auxprop_getctx(sasl_conn_t *conn);
DESCRIPTION
The sasl_auxprop_getctx() interface returns an auxiliary
property context for the given sasl_conn_t on which the sasl
auxiliary property functions can operate. Seesasl_auxprop(3SASL).
PARAMETERS
conn The sasl_conn_t for which the request is being made
RETURN VALUES
sasl_auxprop_getctx() returns a pointer to the context, upon
success. sasl_auxprop_getctx() returns NULL upon failure.
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:_______________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|________________________________|
| Availability | system/library/security/libsasl||_____________________________|________________________________|
| Interface Stability | Committed ||_____________________________|________________________________|
| MT-Level | Safe |
|_____________________________|________________________________|
SEE ALSO
attributes(5)SunOS 5.11 Last change: 22 Aug 2003 1
Simple Authentication Security Layer Library Functionssasl_auxprop_getctx(3SASL)
SunOS 5.11 Last change: 22 Aug 2003 2