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...
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...