Sorry, but there are no more tags available to filter with.
-
If you want to check if an XML is not changed, you can sign an XML file. Following Code show you how to sign a XML document. X509Certificate2 cert = loadCertifate(); XmlDocument doc = new XmlDocument (); doc.PreserveWhitespace = true ; doc.Load( @"c:\Temp\Unsigned.xml" ); SignedXml signedXml...
-
For all of you that are working very often with XML Files, and don't want to pay any Commercial Tool, this one is the best Solution. It is free, it is small and it is from Microsoft ;) http://www.microsoft.com/downloads/details.aspx?familyid=72d6aa49-787d-4118-ba5f-4f30fe913628&displaylang=en...