Link to home
Start Free TrialLog in
Avatar of Anil Golamari
Anil GolamariFlag for United States of America

asked on

How to Verify whether a dll is signed or not

Hi,

How can we verify whether a dll is signed or not. We need to deploy a dll into GAC but I am not sure whether the dll is signed or not. So can someone please provide some idea of verify this.

Thanks,
AG
Avatar of Anuroopsundd
Anuroopsundd
Flag of India image

http://stackoverflow.com/questions/6596327/how-to-check-if-a-file-is-signed-in-c

if you want to manually check if dll is signed or not
right click the file -> select properties -> under digital signatures you will see the signing details...


http://www.iopus.com/guides/signed-file.htm
ASKER CERTIFIED SOLUTION
Avatar of awawada
awawada

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial