| Current File : //usr/man/man3sasl/sasl_auxprop_getctx.3sasl |
'\" te
.\" Copyright (C) 1998-2003, Carnegie Mellon Univeristy. All Rights Reserved.
.\" Portions Copyright (C) 2003, Sun Microsystems, Inc. All Rights Reserved
.TH sasl_auxprop_getctx 3SASL "22 Aug 2003" "SunOS 5.11" "Simple Authentication Security Layer Library Functions"
.SH NAME
sasl_auxprop_getctx \- acquire an auxiliary property context
.SH SYNOPSIS
.LP
.nf
\fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsasl\fR [ \fIlibrary\fR ... ]
#include <sasl/sasl.h>
\fBstruct propctx *\fR\fBsasl_auxprop_getctx\fR(\fBsasl_conn_t *\fR\fIconn\fR);
.fi
.SH DESCRIPTION
.sp
.LP
The \fBsasl_auxprop_getctx()\fR interface returns an auxiliary property context for the given \fBsasl_conn_t\fR on which the sasl auxiliary property functions can operate. See \fBsasl_auxprop\fR(3SASL).
.SH PARAMETERS
.sp
.ne 2
.mk
.na
\fB\fIconn\fR\fR
.ad
.RS 8n
.rt
The \fBsasl_conn_t\fR for which the request is being made
.RE
.SH RETURN VALUES
.sp
.LP
\fBsasl_auxprop_getctx()\fR returns a pointer to the context, upon success. \fBsasl_auxprop_getctx()\fR returns \fINULL\fR upon failure.
.SH ATTRIBUTES
.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.sp
.TS
tab() box;
cw(2.75i) |cw(2.75i)
lw(2.75i) |lw(2.75i)
.
ATTRIBUTE TYPEATTRIBUTE VALUE
_
Availabilitysystem/library/security/libsasl
_
Interface StabilityCommitted
_
MT-LevelSafe
.TE
.SH SEE ALSO
.sp
.LP
\fBattributes\fR(5)