System.Security.Cryptography.Xml.TransformChain
Defines an ordered list of Transform objects that is applied to unsigned content prior to digest calculation.
Gets the number of transforms in the TransformChain object.
Gets the transform at the specified index in the TransformChain object.
public TransformChain()
Initializes a new instance of the TransformChain class.
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.