System.Security.Cryptography.Xml.Reference.AddTransform Method

Adds a System.Security.Cryptography.Xml.Transform object to the list of transforms to be performed on the data before passing it to the digest algorithm.

Syntax

public void AddTransform (Transform transform)

Parameters

transform
The transform to be added to the list of transforms.

Remarks

The Reference.AddTransform(Transform) method modifies the <Transform> element and associated subelements of an XML digital signature.

Transforms are applied in the order in which they were added. If no transforms are specified, the minimum required transforms are added automatically.

For more information about XML digital signatures, see the W3C specification at www.w3.org/TR/xmldsig-core/.

Requirements

Namespace: System.Security.Cryptography.Xml
Assembly: System.Security (in System.Security.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0