Transform
Defines a transform applied to the digested data object prior to DigestMethod as specified in XML DSIG.
Element hierarchy
- <Signature>
-
- <SignedInfo>
-
- <Reference>
-
- <Transforms>
- <Transform>
Syntax
<Transform Algorithm = "http://www.w3.org/2000/09/xmldsig#enveloped-signature" >
string
</Transform>
Attributes and Elements
Attributes
Attribute | Description | Data type | Required | Default value |
---|---|---|---|---|
Algorithm | Defines the Uniform Resource Locator (URI) of the transform used. |
This attribute must have the following value when present: http://www.w3.org/2000/09/xmldsig#enveloped-signature |
Yes |
Child Elements
None.
Parent Elements
Parent Element | Description |
---|---|
Transforms | Defines a an ordered list of transforms applied to the digested data object as specified in XML DSIG . |
Requirements
Namespace |
http://www.w3.org/2000/09/xmldsig# |