472,119 Members | 1,811 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

SignedXml ds prefix

Hi!
Im creating project in c# .net2.0, to sign and verify documens us
xmldsig format.
My problem is how to use prefix "ds" instead of:
xmlns="http://www.w3.org/2000/09/xmldsig#" in SignedInfo,
SignatureValue and KeyInfo node and their child nodes?
I add xmlns:ds="http://www.w3.org/2000/09/xmldsig#" attribute to
xmlDocument. After call ComputeSignature method, I add to signature
xmlElement (XmlElement xmlDigitalSignature = signedXml.GetXml()) frefix

ds (xmlDigitalSignature.Prefix = "ds") - this change
xmlns="http://www.w3.org/2000/09/xmldsig#" of this element (signature)
to ds prefix, but I cant do this for other signedXml (signature) child
nodes and still have valid signatures.
I post this message on cryptography news to, but without any answer ;(
Maybe this is imposible with xmldsig internal engine in c# and .Net2.0?
Any sugestion will be very helpful!
Iguana

Dec 22 '06 #1
0 2108

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

reply views Thread by pak76 | last post: by
reply views Thread by ChrisA | last post: by
2 posts views Thread by Nikhil | last post: by
4 posts views Thread by Karol | last post: by
2 posts views Thread by William Stacey [MVP] | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.