[Mono-dev] Verifying XML Sign

APS dev.malst at apsystems.it
Wed Feb 28 05:14:41 EST 2007


You're right but I need to use a .cer file to verify the signature 
and looking at this article http://support.microsoft.com/kb/320602 it 
seems that I must use cryptoapi to extract the  key to pass at the 
verifysign method.

At 10.55 28/02/2007, Atsushi Eno wrote:
>Hi,
>
>You can sign and verify XML signatures without WSE.
>System.Security.Cryptography.Xml.SignedXml and relevant classes are
>implemented in Mono too.
>
>Atsushi Eno
>
>APS wrote:
> > Hi guys,
> > how to verify xml signature in mono? http://www.w3.org/TR/xmldsig-core/
> > I've read docs for .net and it includes adding webservice2 assemblies
> > to machine.config (to support new namespaces) and using windows API
> > for accessing signer certificates data.
> > How can I do it in mono? There's this possibility?
> > Thanks in advance
> >
> > _______________________________________________
> > Mono-devel-list mailing list
> > Mono-devel-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >
>
>_______________________________________________
>Mono-devel-list mailing list
>Mono-devel-list at lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list