Compute XML Signature on external Xml document
From: J-P Meunier (fuimens_at_yahoo.fr)
Date: 05/21/03
- Next message: Ice: "Re: Strong-name and remoting"
- Previous message: Guillaume Hanique: "Re: Howto: Run Application from Network Drive"
- Next in thread: Ivan Medvedev [MS]: "Re: Compute XML Signature on external Xml document"
- Reply: Ivan Medvedev [MS]: "Re: Compute XML Signature on external Xml document"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 21 May 2003 11:50:43 +0200
Hi all,
I need to make an Xml Signature (System.Security.Cryptography.Xml.SignedXml)
of an XmlDocument and then to include the signature into that XmlDocument.
Example:
<XmlSign>
<Identity id="ToBeSigned">
<Name>myName</Name>
<Surname>mySignature</Surname>
</Identity>
<IdentitySignature>
*SignedXml*
</IdentitySignature>
<XmlSign>
The solution would be to create a SignedXml object and insert it
<IdentitySignature>, to set the correct references and then to compute the
signature. But I can't to that because the XML element of SignedXml can't be
accessed before computing the signature ...
So how can I solve that problem?
Any comment would be appreciated,
Thanks
J-P
- Next message: Ice: "Re: Strong-name and remoting"
- Previous message: Guillaume Hanique: "Re: Howto: Run Application from Network Drive"
- Next in thread: Ivan Medvedev [MS]: "Re: Compute XML Signature on external Xml document"
- Reply: Ivan Medvedev [MS]: "Re: Compute XML Signature on external Xml document"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|