I am using VBA to generate a digital signature for an XML document. Is there a transform class (part of "System.Security.Cryptography.Xml.Transform", I'd guess) that I can tap into through VBA that will perform canonicalization automatically? How would I set that up? Or would I have to change the XML by hand?
I believe this was asked as a part of this question but that part was never answered.