man pages section 3: Networking Library Functions

Exit Print View

Updated: July 2014
 
 

sasl_dispose(3SASL)

Name

sasl_dispose - dispose of a SASL connection object

Synopsis

cc [ flag ... ] file ... –lsasl   [ library ... ]
#include <sasl/sasl.h>

void  sasl_dispose(sasl_conn_t **pconn);

Description

Use the sasl_dispose() interface when a SASL connection object is no longer needed. Generally, the SASL connection object is no longer needed when the protocol session is completed, not when authentication is completed, as a security layer may have been negotiated.

Parameters

pconn

The SASL connection context

Return Values

sasl_dispose() has no return values.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/library/security/libsasl
Interface Stability
Committed
MT-Level
Safe

See also

attributes(5)