I am trying to canonicalize a few xml documents. As I see it can be achieved by using XmlStar by executing a CMD command
xml c14n --exc-without-comments test_xml.xml > test_xml_canonicalize.xml
My question is can the same result be achieved with C# using XmlDsigC14NTransform class but without RSA signing and if so how?
Solution: