Method | Description | |
---|---|---|
EncryptDocument ( System.Xml.Linq.XDocument documentToEncrypt, |
||
XmlConnectionsDocumentEncryptor ( ICryptographyProvider cryptographyProvider ) : System.Security |
Method | Description | |
---|---|---|
GetContentToEncrypt ( System.Xml.Linq.XNode element ) : string | ||
ReplaceInnerXml ( System.Xml.Linq.XDocument originalDocument, string newContent ) : System.Xml.Linq.XDocument | ||
ShallowCloneRootNode ( System.Xml.Linq.XElement originalElement ) : System.Xml.Linq.XElement |
public EncryptDocument ( System.Xml.Linq.XDocument documentToEncrypt, |
||
documentToEncrypt | System.Xml.Linq.XDocument | |
encryptionKey | ||
return | System.Xml.Linq.XDocument |
public XmlConnectionsDocumentEncryptor ( ICryptographyProvider cryptographyProvider ) : System.Security | ||
cryptographyProvider | ICryptographyProvider | |
return | System.Security |