Visual Studio 使用证书签署可执行文件
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决方案资源管理器
下,双击属性
。签名
。对程序集进行签名
。<新建...>
。确定
。Solution Explorer
, double click onProperties
.Signing
.Sign the assembly
.<New...>
.OK
.