Visual Studio 使用证书签署可执行文件

发布于 2024-11-24 14:51:53 字数 167 浏览 0 评论 0原文

Visual Studio 使我能够通过公共向导签署我的程序集/清单。但是,为了利用此功能,似乎我需要为我的程序创建一个安装程序。我不想必须安装我的可执行文件(任何地方)。我更愿意构建一个可执行文件并将该可执行文件复制到多个目录中(所有目录都带有证书)。

我假设必须有一些解决方法,并且我很想听到任何建议。

Visual studio offers me the ability to Sign my assembly / Manifest through the public wizard. However, in order to utilize this functionality, it seems as though I am required to create an installer for my program. I do not want to have to install my executable (anywhere). I would much rather be able to build a single executable and copy this executable into multiple directories (All with a certificate).

I'm assuming there must be some workaround for this, and I would love to hear any suggestions.

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

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

发布评论

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

评论(1

擦肩而过的背影 2024-12-01 14:51:53
  1. 打开您的项目。
  2. 解决方案资源管理器下,双击属性
  3. 单击签名
  4. 单击对程序集进行签名
  5. 单击下拉框,然后选择<新建...>
  6. 输入您所需的信息,然后单击确定
  1. Open your project.
  2. Under Solution Explorer, double click on Properties.
  3. Click Signing.
  4. Click Sign the assembly.
  5. Click the dropdown box, and then select <New...>.
  6. Enter in your desired information and click OK.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文