XmlDecryptionTransform Class
Specifies the order of XML Digital Signature and XML Encryption operations when both are performed on the same document.
Assembly: System.Security (in System.Security.dll)
System.Security.Cryptography.Xml::Transform
System.Security.Cryptography.Xml::XmlDecryptionTransform
| Name | Description | |
|---|---|---|
![]() | XmlDecryptionTransform() | Initializes a new instance of the XmlDecryptionTransform class. |
| Name | Description | |
|---|---|---|
![]() | Algorithm | Gets or sets the Uniform Resource Identifier (URI) that identifies the algorithm performed by the current transform.(Inherited from Transform.) |
![]() | Context | Gets or sets an XmlElement object that represents the document context under which the current Transform object is running. (Inherited from Transform.) |
![]() | EncryptedXml | Gets or sets an EncryptedXml object that contains information about the keys necessary to decrypt an XML document. |
![]() | InputTypes | Gets an array of types that are valid inputs to the LoadInput method of the current XmlDecryptionTransform object.(Overrides Transform::InputTypes.) |
![]() | OutputTypes | Gets an array of types that are possible outputs from the GetOutput methods of the current XmlDecryptionTransform object.(Overrides Transform::OutputTypes.) |
![]() | PropagatedNamespaces | |
![]() | Resolver | Sets the current XmlResolver object.(Inherited from Transform.) |
| Name | Description | |
|---|---|---|
![]() | AddExceptUri(String^) | Adds a Uniform Resource Identifier (URI) to exclude from processing. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetDigestedOutput(HashAlgorithm^) | |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetInnerXml() | Returns an XML representation of the parameters of an XmlDecryptionTransform object that are suitable to be included as subelements of an XMLDSIG <Transform> element.(Overrides Transform::GetInnerXml().) |
![]() | GetOutput() | Returns the output of the current XmlDsigEnvelopedSignatureTransform object.(Overrides Transform::GetOutput().) |
![]() | GetOutput(Type^) | Returns the output of the current XmlDsigEnvelopedSignatureTransform object.(Overrides Transform::GetOutput(Type^).) |
![]() | GetType() | |
![]() | GetXml() | |
![]() | IsTargetElement(XmlElement^, String^) | Determines whether the ID attribute of an XmlElement object matches a specified value. |
![]() | LoadInnerXml(XmlNodeList^) | Parses the specified XmlNodeList object as transform-specific content of a <Transform> element and configures the internal state of the current XmlDecryptionTransform object to match the <Transform> element.(Overrides Transform::LoadInnerXml(XmlNodeList^).) |
![]() | LoadInput(Object^) | When overridden in a derived class, loads the specified input into the current XmlDecryptionTransform object.(Overrides Transform::LoadInput(Object^).) |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


