How to Extract full PublicKeyToken from Assembly
|
|
|
Question / Problem
|
Extract full PublicKeyToken from Assembly
|
Solution
|
- Go to Visual Studio Command prompt
- Goto to the exact directory where the assembly is there
- type the command secutil using the following syntax
Command
secutil -hex -s AssemblyName
don't change the order
If you want to send the path to some text file
secutil -hex -s AssemblyName > Output.txt
Find the file in the current directyory
|
Applies to |
|
.Net Framework 3.5
,.Net 2.0 Windows Forms, Asp.Net 2.0
|
Rank It |
|