Reference.TransformChain Propriété

Définition

Obtient la chaîne de transformations du Reference actuel.

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

Valeur de propriété

Chaîne de transformations du Reference actuel.

Attributs

Remarques

La TransformChain propriété représente l’élément <Transform> et les sous-éléments associés d’une signature numérique XML.

La chaîne de transformation est une liste ordonnée de transformations. La sortie de ces transformations constitue l’entrée de l’algorithme de hachage spécifié dans la DigestMethod propriété .

Pour plus d’informations sur les signatures numériques XML, consultez la spécification W3C.

S’applique à