Authentication Services Application Development (Windows Embedded CE 6.0)

1/6/2010

Services supported by Windows Embedded CE include security services for user authentication, credential management, and message protection through a programming interface called the Security Support Provider Interface (SSPI). A Security Support Provider Interface (SSPI) allows an application to use various security models available on a computer or network without changing the interface to the security system.

A security support provider (SSP) is contained in a dynamic-link library (DLL) that implements SSPI by making one or more security packages available to applications. Each security package provides mappings between the SSPI function calls of an application and the functions of an actual security model. Security packages support security protocols such as Kerberos and NTLM.

The following security support providers are supported by Windows Embedded CE:

  • Kerberos Security Support Provider
  • NTLM Security Support Provider
  • Schannel Security Support Provider
  • Negotiate Security Support Provider

In This Section

  • Security Packages
    Lists the SSPs that are supported by Windows Embedded CE and the corresponding DLLs.
  • Using SSPI
    Shows the steps that application-level protocols must follow in order to use SSPI.

See Also

Other Resources

Authentication Services