Tuesday, March 15, 2011

View assembly hash

Hi

I have signed my assembly with strong key. I am able to locate public key in assembly manifest using ildasm. I am not able however to locate assembly hash which should be placed in assembly along with the public key.

Where can I find computed hash?

Kind regards PK

From stackoverflow
  • Check out this blog post as well as this MSDN documentation, also this Google search.

  • Using the SDK strong naming tool you can run this on the command line

    sn -T assemblyname
    

    But the easiest thing for me is to simply open the assembly in Reflector and then cut and paste the fully qualified assembly name.

    alt text

0 comments:

Post a Comment