Pointing strong key file

  • Thread starter Thread starter Jeff0803
  • Start date Start date
J

Jeff0803

Guest
I don't know the difference of two ways in pointing strong key file.

We can do by following line in accemblyin.cs.

[assembly: AssemblyKeyFile("TestKeyPair.snk")]

And there's another way in Visual Studio > Project > Properties > Signing > Sign the assembly > Browse > select .snk file

What is the difference between those two?

Continue reading...
 
Back
Top