CSP_Logout
CSSM_RETURN CSSMSPI CSP_Logout
(CSSM_CSP_HANDLE CSPHandle)
Terminates the login session associated with the specified CSP Handle.
- CSPHandle (input)
Handle for the target CSP.
CSSM_OK if successful, CSSM_FAIL if an error occurred. Use CSSM_GetError to determine the exact error.
- CSSM_CSP_INVALID_CSP
Invalid CSP handle.
- CSSM_CSP_MEMORY_ERROR
Not enough memory to allocate.
- CSSM_CSP_NOT_LOGGED_IN
No login session existed.
- CSSM_CSP_OPERATION_UNSUPPORTED
Log out service not supported.
CSP_Login, CSP_ChangeLoginPassword
Contents | Next section | Index |