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
|
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
| ||||
|
feedback
|
|
Maybe these links will be helpfull: | |||
|
feedback
|
|
prepare a key file to give strong name **ex: sn.exe -k test.dll test.snk | |||
|
feedback
|