System.Security.Cryptography.Xml.Reference.TransformChain Property

Gets the transform chain of the current System.Security.Cryptography.Xml.Reference.

Syntax

[set: System.Runtime.InteropServices.ComVisible(false)]
public TransformChain TransformChain { get; set; }

Value

a System.Security.Cryptography.Xml.TransformChain

Remarks

The Reference.TransformChain property represents the <Transform> element and associated subelements of an XML digital signature.

The transform chain is an ordered list of transforms. The output of these transforms constitutes the input to the hash algorithm specified in the Reference.DigestMethod property.

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