[Mono-dev] C APIs for signatures

Sebastien Pouliot sebastien.pouliot at gmail.com
Mon Jun 5 09:11:08 EDT 2006


Hello Fulvio,

On Sun, 2006-06-04 at 23:10 +0200, Fulvio Satta wrote:
> Hi, this is my first post in this ml.

Welcome!

> I want to know the APIs (for embedding mono) for discover the autenticode sign 
> of a PE, if exists.

Not quite sure what you want exactly.

Do you want to embed Mono into your application and verify (not sign)
authenticode signature ? 

or you may want to sign PE files using the Mono runtime ?

Anyway Mono support(*) signing PE files using authenticode by supplying
the same tools as Microsoft (makecert, cert2spc, signcode, chktrust).
The biggest difference is that all Mono tools are fully managed (and can
run on the MS runtime too).

(*) What Mono doesn't currently support (but some people did it) is
signing CAB files (which aren't PE files).
-- 
Sebastien Pouliot  <sebastien at ximian.com>
Blog: http://pages.infinit.net/ctech/




More information about the Mono-devel-list mailing list