Reference.TransformChain Property

Definition

Gets the transform chain of the current Reference.

public:
 property System::Security::Cryptography::Xml::TransformChain ^ TransformChain { System::Security::Cryptography::Xml::TransformChain ^ get(); };
public:
 property System::Security::Cryptography::Xml::TransformChain ^ TransformChain { System::Security::Cryptography::Xml::TransformChain ^ get(); void set(System::Security::Cryptography::Xml::TransformChain ^ value); };
public System.Security.Cryptography.Xml.TransformChain TransformChain { get; }
public System.Security.Cryptography.Xml.TransformChain TransformChain { get; [System.Runtime.InteropServices.ComVisible(false)] set; }
member this.TransformChain : System.Security.Cryptography.Xml.TransformChain
[<set: System.Runtime.InteropServices.ComVisible(false)>]
member this.TransformChain : System.Security.Cryptography.Xml.TransformChain with get, set
Public ReadOnly Property TransformChain As TransformChain
Public Property TransformChain As TransformChain

Property Value

The transform chain of the current Reference.

Attributes

Remarks

The 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 DigestMethod property.

For more information about XML digital signatures, see the W3C specification.

Applies to