What are strong named keys for?
3 answers
According to ( http://msdn.microsoft.com/en-us/library/wd40t7ad(VS.71).aspx ) this prevents anyone from modifying the assembly.
It protects the (semi) compiled assembly for modification.
0
a source to share
Part 3 http://www.csharp411.com/net-assembly-faq-part-1/ explains this pretty well. I like this better than the MSDN article.
0
a source to share