Find out if assembly is signed with Authenticode

Posted by crauscher on Stack Overflow See other posts from Stack Overflow or by crauscher
Published on 2010-04-09T15:14:59Z Indexed on 2010/04/09 15:23 UTC
Read the original article Hit count: 482

Filed under:
|
|

I use an assembly of a 3rd party vendor. In an older version this assembly used authenticode. This caused the assembly loading to last quiet long. The developer of the vendor told me that the new version is not signed with authenticode. How can I check if this is true. On my development machine the assembly loading was quiet fast. Only on client machines it took quiet a while. Is it possible to check this using a network sniffer?

Regards

© Stack Overflow or respective owner

Related posts about c#

Related posts about code-signing