<PackageReference Include="System.Security.Cryptography.Xml" Version="10.0.11" />

System.Security.Cryptography.Xml.TransformChain

public class TransformChain
Defines an ordered list of Transform objects that is applied to unsigned content prior to digest calculation.
public int Count { get; }

Gets the number of transforms in the TransformChain object.

public Transform this[int index] { get; }

Gets the transform at the specified index in the TransformChain object.

public TransformChain()

Initializes a new instance of the TransformChain class.

public void Add(Transform transform)

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

Returns an enumerator of the transforms in the TransformChain object.