Phew, that's some subject line :) I'm doing a lot of work with the new XDocument object model, which is a vast improvement over the old DOM approach. However, one of the things I need to do is sign and encrypt the resultant documents. In the XmlDocument world, there are the EncryptedXml and SignedXml types which make this simple. Is there going to be anything in the XDocument model to do the equivalent processing? At the very least, will there be a type that can perform a C14N canonicalization transform?
Read More...