Hello Fulvio, Please always c.c. the mailing list in your replies, other people may be interested in the answers.
On Mon, 2006-06-05 at 21:47 +0200, Fulvio Satta wrote: > Alle 15:11, lunedì 5 giugno 2006, Sebastien Pouliot ha scritto: ... > Firstly thanks :) > Secondly, I want only verify an autenticode signature, and obtain some > informations from this, for example the signer name. > I'm not interessed to sign an app. There is no C API to do what you want, but you can probably make one using 'cilc' [1]. Other choices would be to call a Mono application, like chktrust [2], from your C application or to port the C# code to C. [1] http://tirania.org/blog/archive/2004/Dec-13.html [2] http://svn.myrealbox.com/viewcvs/trunk/mcs/tools/security/chktrust.cs?rev=37601&view=markup -- Sebastien Pouliot <[EMAIL PROTECTED]> Blog: http://pages.infinit.net/ctech/ _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
