How to automate importing certificates on a Windows CE device?

*爱你&永不变心* 提交于 2019-12-06 16:35:29

Another way to push certificates onto windows mobile devices is to use Windows Mobile Device Provisioning.

MSDN Provisioning Mobile Devices Article

For examples of certificate provisioning, in any of the Windows Mobile SDK directories, there is a SDKTools directory with examples xml files. e.g. on a standard VS 2008 install with the SmartDeice SDK installed

...\Microsoft Visual Studio 9.0\SmartDevices\SDK\SDKTools

As the above article points out, there are a number of ways you can provisioning a device. Installer CAB or CPF, an native application using the API or remotely connected device using RAPI or over the air (altho over the air is not really an option unless you are a mobile operator).

MSDN: CertificateStore Configuration Service Provider

You need to execute the certificate from the command line. The easiest way to figure out what is happening is to go in to the .cert extension in Windows ME and see what command gets executed when a double click happens.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!