Simple Authentication Security Layer Library Functions
saslauxpropgetctx(3SASL)
NAME
saslauxpropgetctx - acquire an auxiliary property context
SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ]
#include
struct propctx *saslauxpropgetctx(saslconnt *conn);
DESCRIPTION
The saslauxpropgetctx() interface returns an auxiliary
property context for the given saslconnt on which the sasl
auxiliary property functions can operate. See
saslauxprop(3SASL).
PARAMETERS
conn The saslconnt for which the request is being made
RETURN VALUES
saslauxpropgetctx() returns a pointer to the context, upon
success. saslauxpropgetctx() returns NUL upon failure.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWlibsasl
Interface Stability Evolving
MT-Level Safe
SEE ALSO
attributes(5)
SunOS 5.11 Last change: 22 Aug 2003 1
Simple Authentication Security Layer Library Functions
saslauxpropgetctx(3SASL)
SunOS 5.11 Last change: 22 Aug 2003 2
|