LASS Application Development (Windows CE 5.0)

Send Feedback

Security services in Microsoft 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 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.
  • Handling Registry Changes
    Contains instructions for handling registry changes programmatically.
  • Local Authentication Subsystem (LASS)
    Describes the LASS infrastructure that enables application-independent and authentication mechanism-independent user authentication.
  • LASS OS Design Development
    Provides general information about LASS modules and creating a custom LAP. For Windows CE, Sysgen variables are also defined.
  • 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.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.