views:

105

answers:

2

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
A: 

There are a couple of threads about this on the sysinternals forum with some good info and examples:

Anders