1sasl_dispose(S3iSmApSlLe)Authentication Security Layer Library Funscatsilo_ndsispose(3SASL)
2
3
4
6 sasl_dispose - dispose of a SASL connection object
7
9 cc [ flag ... ] file ... -lsasl [ library ... ]
10 #include <sasl/sasl.h>
11
12 void sasl_dispose(sasl_conn_t **pconn);
13
14
16 Use the sasl_dispose() interface when a SASL connection object is no
17 longer needed. Generally, the SASL connection object is no longer
18 needed when the protocol session is completed, not when authentication
19 is completed, as a security layer may have been negotiated.
20
22 pconn The SASL connection context
23
24
26 sasl_dispose() has no return values.
27
29 See attributes(5) for descriptions of the following attributes:
30
31
32
33
34 ┌─────────────────────────────┬─────────────────────────────┐
35 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
36 ├─────────────────────────────┼─────────────────────────────┤
37 │Availability │SUNWlibsasl │
38 ├─────────────────────────────┼─────────────────────────────┤
39 │Interface Stability │Evolving │
40 ├─────────────────────────────┼─────────────────────────────┤
41 │MT-Level │Safe │
42 └─────────────────────────────┴─────────────────────────────┘
43
45 attributes(5)
46
47
48
49SunOS 5.11 14 Oct 2003 sasl_dispose(3SASL)