Is there any Windows API to know a file has digital signature attribute? Thanks in advance.
+1
A:
you can use the WinVerifyTrust API. Here is an Example C Program on MSDN.
John Riche
2009-11-13 09:16:13
A:
There are a couple of threads about this on the sysinternals forum with some good info and examples:
Anders
2009-11-19 20:49:30