up vote 0 down vote favorite
share [g+] share [fb]

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

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Maybe these links will be helpfull:

Strong name WinForms 1.1

.NET Framework 1.1 Security Guidelines - Strong Names

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.