[Mono-dev] C APIs for signatures
Sebastien Pouliot
sebastien.pouliot at gmail.com
Tue Jun 6 08:20:16 EDT 2006
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 <sebastien at ximian.com>
Blog: http://pages.infinit.net/ctech/
More information about the Mono-devel-list
mailing list