是否可以使用不同的密钥对对已签名的 .net dll 进行签名?
我的同事部署了一个dll,他用他机器上生成的密钥进行了签名。现在我需要在我的项目中使用该DLL,所以我需要注销该DLL,我在我的计算机上生成了一个密钥对,然后尝试注销它使用 sn.exe -R 或 sn.exe -Vr ,但总是失败。
是否可以使用不同的密钥对对已签名的 .net dll 进行签名?
提前致谢 !
My colleague deploy a dll and he signed with the key generated on his machine.Right now I need to use the DLL in my project, so I need to resign the DLL, I generate a key pair on my computer, then try to resign it with sn.exe -R or sn.exe -Vr , but always failed.
Is it possible to resign a signed .net dll with a different key pair?
Thanks in advance !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅:如何签署 .NET具有强名称的程序集 DLL 文件?
Ryan Farley 的链接文章 建议:
See: How to sign a .NET Assembly DLL file with a Strong Name?
Ryan Farley's linked article suggests: