EDN Admin
Well-known member
Hi,<br/><br/>I want to Add predfix "DS" in signed Document with "SignedXmL".<br/><br/>
Is there a way to set the prefix on the Signature of a Signed XML Document (SignedXml class in .Net)?
So instead of:
[/code]
I could have the following:
<br/><br/><br/>Thanks[/code]
View the full article
Is there a way to set the prefix on the Signature of a Signed XML Document (SignedXml class in .Net)?
So instead of:
Code:
[code]<span class=pun><<span class=tag>Signature<span class=pln> <span class=atn>xmlns<span class=pun>=<span class=atv>"http://www.w3.org/2000/09/xmldsig#><span class=pln><br/>...<br/><span class=pun></<span class=tag>Signature<span class=pun>><span class=pln><br/>
I could have the following:
Code:
[code]<span class=pun><<span class=tag>ds:Signature<span class=pln> <span class=atn>xmlns:ds<span class=pun>=<span class=atv>"http://www.w3.org/2000/09/xmldsig#><span class=pln><br/>...<br/><span class=pun></<span class=tag>ds:Signature<span class=pun>><span class=pln><br/>
View the full article