To get PublicKey for assembly we need to use sn.exe SKD provided by microsoft.
Run a Visual Studio 2008/10 command prompt (Visual Studio Tool + Visual Studio 2008/10 Command Prompt from the “Start” menu).
Where “myassembly.dll” is the name of the signed assembly.
Run a Visual Studio 2008/10 command prompt (Visual Studio Tool + Visual Studio 2008/10 Command Prompt from the “Start” menu).
- Enter the following command:
Where “myassembly.dll” is the name of the signed assembly.
sn -Tp (assembly full path)
Comments
Post a Comment