Sdílet prostřednictvím


Reference.TransformChain Vlastnost

Definice

Získá transformační řetězec aktuálního 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

Hodnota vlastnosti

Transformační řetězec aktuálního Reference.

Atributy

Poznámky

Vlastnost TransformChain představuje <Transform> prvek a přidružené dílčí prvky digitálního podpisu XML.

Řetězec transformace je uspořádaný seznam transformací. Výstup těchto transformací představuje vstup algoritmu hash zadaného DigestMethod ve vlastnosti.

Další informace o digitálních podpisech XML naleznete ve specifikaci W3C.

Platí pro