Specifies the order of XML Digital Signature and XML Encryption operations when both are performed on the same document.
See Also: XmlDecryptionTransform Members
The System.Security.Cryptography.Xml.XmlDecryptionTransform class provides a transform that determines the order of XML Digital Signature and XML Encryption operations when both are performed on the same document.
Use the System.Security.Cryptography.Xml.XmlDecryptionTransform class whenever you need to perform XML encryption and apply an XML digital signature to the same XML document.
You must pass an System.Security.Cryptography.Xml.EncryptedXml object to the XmlDecryptionTransform.EncryptedXml property that contains the necessary key information to decrypt the document.