Share via


Ending an SSPI Session (Windows Embedded CE 6.0)

1/6/2010

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

Reference

Authentication Services Reference

Concepts

Using SSPI
Security Support Provider Interface Architecture
Security Packages
Authentication Services Security
Authentication Services Registry Settings

Other Resources

Authentication Services