有没有办法在签名XML文档的签名(.Net中的SignedXml类)上设置前缀?
所以代替:
<Signature xmlns="http://www.w3.org/2000/09/xmldsig#>
...
</Signature>
Run Code Online (Sandbox Code Playgroud)
我可以有以下内容:
<ds:Signature xmlns:ds="http://www.w3.org/2000/09/xmldsig#>
...
</ds:Signature>
Run Code Online (Sandbox Code Playgroud)