﻿<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developers.de/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Signing Xml Documents</title><link />http://developers.de/blogs/rolf_nebhuth/archive/2009/05/13/signing-xml-documents.aspx<description>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( @&amp;quot;c</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator></channel></rss>