Authentication Services

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Authentication services can be used by application developers to authenticate clients. Services supported include security services for user authentication, credential management, and message protection through a programming interface called the Security Support Provider Interface (SSPI).

Within SSPI, different security providers are available, such as the NTLM security support provider (SSP) and Kerberos SSP; each one contains different authentication and cryptographic schemes. Optionally, an OEM can write their own security package and add it to the registry for applications to use.

In This Section