Digital Signature
-
When IE downloads an exe file, it checks its signature. Does anyone know how to verify exe signature from our application ? that is, can someone help me find the source code/api to the signature verification tool ? thanks a lot Hari Hari Krishnan
-
When IE downloads an exe file, it checks its signature. Does anyone know how to verify exe signature from our application ? that is, can someone help me find the source code/api to the signature verification tool ? thanks a lot Hari Hari Krishnan
I've never had to do this myself, but I think
WinVerifyTrust()
is the API to use. --Mike-- LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD -
I've never had to do this myself, but I think
WinVerifyTrust()
is the API to use. --Mike-- LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DDthanks a lot Mike, I'll check it out. Hari Hari Krishnan