Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
Sorry, but there are no more tags available to filter with.
  • Signing Xml Documents

    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...
    Posted to Rolf Nebhuth by Rolf Nebhuth on 05-13-2009
    Filed under: Filed under:
  • XML Notepad 2007

    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...
    Posted to Armin Kalajdzija by Armin Kalajdzija on 11-29-2006
    Filed under: Filed under:
Page 1 of 1 (2 items)
developers.de is a .Net Community Blog powered by daenet GmbH.