桌面项目 .exe 中的数字签名选项卡

发布于 2024-12-09 03:19:39 字数 317 浏览 4 评论 0原文

我有一个 .net 桌面应用程序,我想签署 messengerskype.exe 等应用程序。

下面的对话框是通过 Skype Messenger 的属性获取的。

image

https://i.sstatic.net/hhI8n.png

I have an .net desktop application, I want to sign application like messenger and skype.exe.

The below dialog box is takin by the properties of skype messenger..

image

https://i.sstatic.net/hhI8n.png

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雨的味道风的声音 2024-12-16 03:19:39

除了描述您想要什么之外,最好还提出您的问题。

您需要从证书颁发机构之一购买代码签名证书(我们使用 GlobalSign,因为他们的证书可用于驱动程序签名),并使用 Signtool(包含在 Windows 和 .NET 开发套件中)对编译的应用程序进行签名。

It is a good idea to formulate your question besides describing what you want.

You need to buy code signing certificate from one of certificate authorities (we use GlobalSign as their certificate can be used for driver signing) and sign your compiled application using signtool (included in Windows and .NET development kits).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文