Reputation: 1
The repository I'm using: Sign-XML. In the moment I can only sign a XML document in the most external Tag. I need to know how to sign a XML file in a specific Tag. You can see an example bellow:
<Tag1>
<Tag2>
<Signature>...</Signature>
</Tag2>
</Tag1>
Upvotes: 0
Views: 215
Reputation: 1
As you cannot create an empty signature field in XML you need to use the SAPISignatureFieldCreateSign function for creating and signing the XML file.
I'm not sure you can sign inside a specific tag,SAPI Local supports attaching a digital signature to XML.
Upvotes: 0