Windows CE Networking Team WebLog

Windows CE Networking - from NDIS to TCP to SOAP to VOIP and everything in between.

There is a LASS in my smartphone.

The Local Authentication SubSystem (LASS) is a new feature in Windows Mobile 5.0. This feature is available for  both PPC and SP. Using LASS, applications can force users to authenticate. The most interesting LASS API is VerifyUser.

To play with LASS set up a password and then try the following code snippet:

      #include <lass.h>
      #include <lass_ae.h>

      BOOL bRet = VerifyUser(&AE_EVERY_TIME, NULL,NULL,0,NULL);
      if (bRet) 
         MessageBox (hWnd,L"User Verified",NULL,MB_OK);
      else
         MessageBox (hWnd,L"User Failed Verification",NULL,MB_OK);

I'll continue to discuss LASS in future blog entries.


[Author:Igor Dvorkin]

Published Thursday, June 23, 2005 4:03 PM by cenet

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

No Comments

Leave a Comment

(required) 
(optional)
(required) 

  
Enter Code Here: Required
Submit

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Microsoft
Page view tracker