Reference.TransformChain Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera łańcuch przekształceń bieżącego Referenceelementu .
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
Wartość właściwości
Łańcuch przekształceń bieżącego Referenceelementu .
- Atrybuty
Uwagi
Właściwość TransformChain reprezentuje <Transform>
element i skojarzone podelementy podpisu cyfrowego XML.
Łańcuch przekształceń jest uporządkowaną listą przekształceń. Dane wyjściowe tych przekształceń stanowią dane wejściowe algorytmu skrótu określonego DigestMethod we właściwości .
Aby uzyskać więcej informacji na temat podpisów cyfrowych XML, zobacz specyfikację W3C.