skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 1:... HP Open Source Security for OpenVMS Volume 1:...
go to beginning of reference: API FunctionsAPI Functions
go to previous page: CSSM_CSP_LoginCSSM_CSP_Login
go to next page: CSSM_DeleteContextCSSM_DeleteContext
end of book navigation links


CSSM_CSP_Logout
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CSSM_CSP_Logout - Terminate the login session (CDSA)

SYNOPSIS  

# include <cssm.h>

CSSM_RETURN CSSMAPI CSSM_CSP_Logout(CSSM_CSP_HANDLE CSPHandle)


return to top LIBRARY  

Common Security Services Manager library (cdsa$incssm300_shr.exe)


return to top PARAMETERS  

CSPHandle (input)
 Handle for the target CSP.


return to top DESCRIPTION  

Terminates the login session associated with the specifiedCSP handle.


return to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particularerror condition. The value CSSM_OK indicates success. All othervalues represent an error condition.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.

None specific to this call.


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions: CSSM_CSP_Login, CSSM_CSP_GetLoginAcl, CSSM_CSP_ChangeLoginAcl


go to previous page: CSSM_CSP_LoginCSSM_CSP_Login
go to next page: CSSM_DeleteContextCSSM_DeleteContext