Installing a LAP (Windows CE 5.0)
LAPs are installed by using the registry. To make a LAP available to the OS, you must add a subkey to the HKEY_LOCAL_MACHINE\Comm\Security\LASSD\LAP registry key and specify the name of the LAP DLL. For registry details, see LASS Registry Settings.
Note Remember that registry settings can only take effect when your application calls LASSReloadConfig or when you reboot your device.
The following code example shows examples of installed LAPs.
; Install a password LAP
[HKEY_LOCAL_MACHINE\Comm\Security\LASSD\LAP\lap_pw]
"Dll"="lap_pw.dll"
; Install a smart card LAP
[HKEY_LOCAL_MACHINE\Comm\Security\LASSD\LAP\lap_scard]
"Dll"="lap_smartcard.dll"
In these two examples, lap_pw and lap_scard are the LAP identifiers used to set the active LAP.
See Also
Configuring LASS | LASS Registry Settings
Send Feedback on this topic to the authors