Sometime we need to find our dll or exe’s public token when we have strongly signed out. There is a very nice tool given by .net is sn.exe
Just go to command prompt of visual studio, and type following command. Here please note that you need to set your application folder path where your dll or exe assembly is stored.
Sn – T abc.dll
This will give us public token of abc.dll like below message
Public key token is c8903c1b3f99ec16
No comments:
Post a Comment