Re: Check digital signature of Windows EXE file
From: Michel Gallant \(MVP\) (neutron_at_istar.ca)
Date: 05/28/03
- Next message: Michel Gallant \(MVP\): "Re: Check digital signature of Windows EXE file"
- Previous message: Guogang: "Check digital signature of Windows EXE file"
- In reply to: Guogang: "Check digital signature of Windows EXE file"
- Next in thread: Guogang: "Re: Check digital signature of Windows EXE file"
- Reply: Guogang: "Re: Check digital signature of Windows EXE file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
>
>
- Next message: Michel Gallant \(MVP\): "Re: Check digital signature of Windows EXE file"
- Previous message: Guogang: "Check digital signature of Windows EXE file"
- In reply to: Guogang: "Check digital signature of Windows EXE file"
- Next in thread: Guogang: "Re: Check digital signature of Windows EXE file"
- Reply: Guogang: "Re: Check digital signature of Windows EXE file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|