,
Share with your friends 

How to Extract full PublicKeyToken from Assembly

3 ratings Views 260 
Author: krish (krishna kumar)  View Profile |  View other solutions by this author

Question / Problem


Extract full PublicKeyToken from Assembly

Solution

  1. Go to Visual Studio Command prompt
  2. Goto to the exact directory where the assembly is there
  3. 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

Login to rank it

Report


Advertisement