Enrolling Users
A version of this page is also available for
4/8/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
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.