7.5.11 <Transform>

Specifies the URI of a transformation algorithm that is applied to the parts of the SOAP message that are signed. Only can exist in a child element of the <Integrity> element.

You can specify zero or more transforms, which are executed in the order they appear in the <Target> parent element.

Table 7-8 Transform Attributes

Attribute Description Required?
URI Specifies the URI of the transformation algorithm.

SALT only supports the following transformation algorithm:

  • http://www.w3.org/2000/09/xmldsig#base64 (Base64 decoding transforms)
For detailed information about these transform algorithms, see XML-Signature Syntax and Processing.
Yes