本机 Windows Mobile 应用程序的编程签名
是否有任何证书颁发机构允许对 Windows Mobile 应用程序进行编程签名? 目前我的团队使用 Geotrust。 我们的构建过程如下所示:
- 使用多步骤工具构建应用程序
- “预签名”应用程序(
- 填写表格并在geotrust网站上上传“预签名”应用程序
- 下载签名的应用程序
- 重复)
必须有更好的方法来做到这一点。
Is there any certificate authority that allows for programmatic signing of windows mobile applications? At the moment my team uses Geotrust. Our build procedure looks like this:
- Build app
- "pre-sign" app with multi-step tool (
- fill out form and upload "pre-signed" app on geotrust web site
- download signed app
- repeat
There must be a better way to do this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
威瑞信< /a> 提供 SOAP API,您可以在使用“新”签名过程时自动进行 M2M 签名。
我工作的公司使用旧方法使用威瑞信,我们构建了一个应用程序来自动填写和上传网络论坛,效果很好。 我们正在重写以根据新的 M2M 签名规则使用 SOAP API。
Verisign provide a SOAP API that you can automate for M2M signing when using the "new" signing procedures.
The company I work for use Verisign using the old method and we build a application to automate the web forum filling out and uploading which worked ok. We are in the middle of re-writing to use the SOAP API instead under the new M2M signing rules.