Transforms
Specifies the XML Signature transformations applied to the input document. The supported values are:
•REC-xml-c14n-20010315 for Canonical XML 1.0 (omit comments)
•xml-c14n11 for Canonical XML 1.1 (omit comments)
•xml-exc-c14n# for Exclusive XML Canonicalization 1.0 (omit comments)
•REC-xml-c14n-20010315#WithComments for Canonical XML 1.0 (with comments)
•xml-c14n11#WithComments for Canonical XML 1.1 (with comments)
•xml-exc-c14n#WithComments for Exclusive XML Canonicalization 1.0 (with comments)
•base64
•strip-whitespaces Altova extension
COM and .NET
Signature: Transforms(string value)
Java
Signature: public void setTransforms(string value)