code signing - How to validate a signed DLL has been signed by me? -


I created a self-certified certificate to sign a DLL. When I load this DLL into my C ++ application, I can verify that the code signing certificate is valid or not using the WinVerifyTrust API.

But I can not find any way to find out that DLL has been signed by one of my certificates. I have not found any useful information even by using the CryptQueryObject API.

Does anyone have an idea on how to do this? Or is this event possible?

Thanks

Is not that what you want?


Comments