Digitally sign XML content with signing certificate
In this post, I showed how to verify XML digital signature or XmlDSig. In this post, I’m going to show how to sign an XML using a signing certificate. For the XmlDSig to be valid, it requires a custom Filter transformation. This tells which node in the XML content to be signed. Then, we add … [Read more…]