Re: Check digital signature of Windows EXE file

From: Michel Gallant \(MVP\) (neutron_at_istar.ca)
Date: 05/28/03


Date: Tue, 27 May 2003 19:42:15 -0400


You have to go native for this functionality.
Either access use J/Direc and WinVerifyTrust api:
   http://support.microsoft.com/default.aspx?scid=kb;en-us;323809
or much simpler, install and use .NET COM interop with CAPICOM.
Here is an example drag/drop Authenticode-signature verifier,
one using MS JVM, the other using C#:
  http://pages.istar.ca/~neutron/jauth/

 - Michel Gallant
    MVP Security

"Guogang" <nospam@no_such_domain.com> wrote in message news:u$vYJcKJDHA.2080@tk2msftngp13.phx.gbl...
> Hi,
>
> Is there any functions in .NET framework to verify a Windows EXE file (NOT
> .NET Assembly) signed by SignCode.EXE?
>
> Thanks,
> Guogang
>
>



Relevant Pages

  • Re: Check digital signature of Windows EXE file
    ... Either access use J/Direc and WinVerifyTrust api: ... install and use .NET COM interop with CAPICOM. ...
    (microsoft.public.dotnet.security)
  • COM Interop registration failed
    ... >have one dll in the solution that registers as a com interop object. ... >install VS2005 which failed. ... The uninstall failed also so I had to brute ...
    (microsoft.public.dotnet.framework.interop)
  • COM Interop registration failed
    ... >have one dll in the solution that registers as a com interop object. ... >install VS2005 which failed. ... The uninstall failed also so I had to brute ...
    (microsoft.public.vstudio.general)
  • Re: How to get the private key from the certificate using .net
    ... While Pinvoke is always an option, consider using CAPICOM 2 ... CAPICOM 2.0.3 is a very small install: ... capicom interop assembly: 76 kbytes ... Note that if the private key have strong protection ...
    (microsoft.public.dotnet.security)
  • Re: Excel 2003 + 2007 on dev machine - deployment problems on Excel 2003 machine
    ... This solves the problem of developing .Net application that uses the office interops (PIAs) on a development computer having Office 2007 installed, where the application works on a client computer with either Office 2003 or Office 2007. ... running the Office Interop redistributables installation program o2003PIA.msi downloaded from ... You do need one of the apps installed before you can install the PIAs. ... I uninstalled the Office 2007 PIAs by running the Office installation program and making sure each .Net Program Support item was set to Not available. ...
    (microsoft.public.dotnet.framework.interop)