|
CSSM_CSP_Logout(3)
Contents |
CSSM_CSP_Logout - Terminate the login session (CDSA)
# include <cdsa/cssm.h>
CSSM_RETURN CSSMAPI CSSM_CSP_Logout (CSSM_CSP_HANDLE
CSPHandle)
Common Security Services Manager library (libcssm.so)
Handle for the target CSP.
Terminates the login session associated with the specified
CSP handle.
A CSSM_RETURN value indicating success or specifying a
particular error condition. The value CSSM_OK indicates
success. All other values represent an error condition.
Errors are described in the CDSA technical standard. See
CDSA_intro(3).
None specific to this call.
Books
Intel CDSA Application Developer's Guide (see
CDSA_intro(3))
Reference Pages [Toc] [Back]
Functions: CSSM_CSP_Login(3), CSSM_CSP_GetLoginAcl(3),
CSSM_CSP_ChangeLoginAcl(3)
CSSM_CSP_Logout(3)
[ Back ] |