希望构建完全信任的 WPF XBap,购买的证书可以解决一些安全问题吗?
我们正在开发一个需要与机器上的某些硬件(串行端口)通信的应用程序,并且我们所做的大部分工作是 WPF 和 .net,因此 xbap 似乎是合乎逻辑的。
我关心的是证书。我见过很多人展示如何创建和自签名应用程序,但随后用户需要将其安装到他们的机器手册中以信任根。我很好奇,如果我们从威瑞信购买证书,该要求是否会消失?
如果出现请求完全信任的提示,我没有问题,但我不希望我的远程用户处理安装证书。
谢谢
We are developing an application that needs to talk to some hardware (serial port) on the machine, and most of what we do is WPF and .net, so an xbap seems logical.
My concern is with the certifcates. I have seen a bunch of people showing how to create and self sign applications, but then the user is required to install that to their machine manual to trust the root. I am curious if we purchase an cert from say Verisign if that requirement will then go away?
I have no problem if there is a prompt requesting full trust, but I do not want my remote users dealing with installing certificates.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您从受信任的机构购买代码签名证书,那么用户将不需要对证书执行任何操作。
If you purchase a code signing certificate from a trusted authority then the users will not need to do anything with certificates.
如果您的证书来自受信任的机构,则用户通常不需要担心它(如果您让证书失效,就会出现问题)。如果您是代码项目的成员,您可以从他们的合作伙伴之一获得“便宜”的证书。更多信息请参见此处。
If your certificate comes from a trusted authority, the users won't generally need to worry about it (where it becomes an issue is if you let your certificate lapse). If you're a member of Code Project, you can get a "cheap" certificate from one of their partners. More information here.
这里有一个解决方案=D
XBAP 完全信任部署
创建您自己的证书并部署完全信任。 0成本。如果您正在寻找类似安全层证书的内容,您可以前往 http://www.comodo.com/business-security/digital-certificates/ssl-certificates.php?entryURL= 免费 SSL
there is a solution here =D
XBAP full trust deployment
create your own certificate and deploy full trust. 0 cost. if you're looking something like secure layer cert, you may head on http://www.comodo.com/business-security/digital-certificates/ssl-certificates.php?entryURL= for free SSL