Share via


Enrolling Users (Windows Embedded CE 6.0)

1/6/2010

Each LAP supports a type of user enrollment, and your application must be able to communicate with the specific LAPs that it needs to access. For example, if a user needs to set a password to be authenticated, your application must be able to handle password enrollment and communicate with a password LAP as needed.

To handle user enrollment, your application should call the LASS function CreateEnrollmentConfigDialog

For more information about enrollment, see LASS OS Design Development.

Password Enrollment Screen

The password enrollment screen has two text entry fields for the user to enter a new password and confirm the password. You should allow the user to navigate using the d-pad even when the device is in locked state.

For more information about the password sample LAP, see the password LAP in LASS Samples.

See Also

Reference

CreateEnrollmentConfigDialog

Other Resources

LASS Application Development
LASS OS Design Development