开发者

Programmatically set PIN/Password used to unlock device

开发者 https://www.devze.com 2023-04-08 18:29 出处:网络
Our software allows the users to lock their Windows m开发者_开发技巧obile 6 devices using the following API call.

Our software allows the users to lock their Windows m开发者_开发技巧obile 6 devices using the following API call.

    [DllImport("aygshell.dll")]
    public static extern int SHDeviceLockAndPrompt();

When deploying our software our client would like to be able to set a universal unlock PIN/Password for all of their users so that each device does not need to be set-up manually.

Is there any way to set this either programmatically or through a reg key?


I'm not sure about the Shell function call you have mentioned. But Local Authentication Sub System (LASS) Application Development should help you in doing this. Secondly it is most secure device mechanism for windows mobile 6.5 and earlier versions.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号