LASS Application Development (Windows Embedded CE 6.0)

1/6/2010

Security services in Windows CE 5.0 include the Local Authentication Subsystem (LASS), which enables user authentication independent of the application and the specific authentication mechanism. LASS allows you to support sophisticated authentication mechanisms, such as biometrics, as well as event-based policies to authenticate users. For more information about how LASS differs from the traditional password-based authentication schemes in previous versions of Windows Embedded CE, see Local Authentication Subsystem (LASS).

This section includes specific instructions for the application developer. A basic application creates a new AE to guard an action, such as starting the application, and then calls VerifyUser. Depending on your needs, your application can use the default password LAP or a customized LAP. The application can also create its own custom AEs to control the policies for user verification. For more information about creating a LAP, see LASS OS Design Development.

In This Section

  • Enrolling Users
    Contains programming instructions to use for user enrollment.
  • Verifying Users
    Contains instructions to use for user verification, installing an AE, and setting an AE policy.
  • LASS Samples
    Describes the sample applications; password LAP, Smartcard LAP, and a utility sample (LASSCTL) that enables you to configure and test LASS and its associated LAPs.

LASS OS Design Development

Provides general information about LASS modules and creating a custom LAP.

See Also

Other Resources

Local Authentication Subsystem (LASS)