Dec4

What is a quick way to get a .NET assembly's PublicKeyToken?

Categories: Windows
The quick and dirty way is to go into the .NET command prompt and type the following:   sn -T MyDotNetAssembly.dll   The above utilizes the strong name utility that comes with the .NET Framework....