How to give a .net 1.1 dll a strong name in VS2003

杀马特。学长 韩版系。学妹 提交于 2019-12-13 03:18:29

问题


I have a .net 1.1 dll I need to digitally sign for a legacy project. I have created a .snk file. What steps must I take in Visual Studio to apply the signature?

Edit: Found this http://www.robrich.org/archive/2006/11/29.aspx


回答1:


Maybe these links will be helpfull:

Strong name WinForms 1.1

.NET Framework 1.1 Security Guidelines - Strong Names




回答2:


prepare a key file to give strong name **ex: sn.exe -k test.dll test.snk



来源:https://stackoverflow.com/questions/529224/how-to-give-a-net-1-1-dll-a-strong-name-in-vs2003

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!