TransformChain.Add(Transform) Method

Definition

Adds a transform to the list of transforms to be applied to the unsigned content prior to digest calculation.

public:
 void Add(System::Security::Cryptography::Xml::Transform ^ transform);
public void Add (System.Security.Cryptography.Xml.Transform transform);
member this.Add : System.Security.Cryptography.Xml.Transform -> unit
Public Sub Add (transform As Transform)

Parameters

transform
Transform

The transform to add to the list of transforms.

Remarks

The transforms are applied to the unsigned content in the order in which they were added to the TransformChain object.

Applies to