XmlDecryptionTransform Class
.NET Framework 3.0
Specifies the order of XML Digital Signature and XML Encryption operations when both are performed on the same document.
Namespace: System.Security.Cryptography.Xml
Assembly: System.Security (in system.security.dll)
Assembly: System.Security (in system.security.dll)
The 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 XmlDecryptionTransform class whenever you need to perform XML encryption and apply an XML digital signature to the same XML document.
You must pass an EncryptedXml object to the EncryptedXml property that contains the necessary key information to decrypt the document.
System.Object
System.Security.Cryptography.Xml.Transform
System.Security.Cryptography.Xml.XmlDecryptionTransform
System.Security.Cryptography.Xml.Transform
System.Security.Cryptography.Xml.XmlDecryptionTransform
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: