Tuesday, December 14, 2010

How to find if the assembly is strongly named

Three ways to tell if a .NET Assembly is Strongly Named (or has Strong Name)

Approach #1: Testing for Strong Name on Command Line or in a Script
Approach #2: Viewing Strong Name Details with IL DASM
Approach #3: Viewing Strong Name Details with Reflector

for details refer
http://blog.codingoutloud.com/2010/03/13/three-ways-to-tell-whether-an-assembly-dl-is-strong-named/

No comments:

Post a Comment