Ending an SSPI Session (Windows CE 5.0)
To delete a security context after the client and the server are finished communicating, the client and server call the DeleteSecurityContext function with their respective context handles. The client and the server should call the FreeCredentialsHandle function when ready to shut down, but before unloading the DLL.
See Also
Using SSPI | Authentication Services | Security Support Provider Interface Architecture | Security Packages | Authentication Services Security | Authentication Services Registry Settings | Authentication Services Reference
Send Feedback on this topic to the authors