Reference.TransformChain Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the transform chain of the current Reference.
public:
property System::Security::Cryptography::Xml::TransformChain ^ TransformChain { System::Security::Cryptography::Xml::TransformChain ^ get(); void set(System::Security::Cryptography::Xml::TransformChain ^ value); };
public:
property System::Security::Cryptography::Xml::TransformChain ^ TransformChain { System::Security::Cryptography::Xml::TransformChain ^ get(); };
public System.Security.Cryptography.Xml.TransformChain TransformChain { get; set; }
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 with get, 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 Property TransformChain As TransformChain
Public ReadOnly 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.