Compartir a través de


Reference.TransformChain Propiedad

Definición

Obtiene la cadena de transformación de la Reference actual.

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

Valor de propiedad

Cadena de transformación de la Reference actual.

Atributos

Comentarios

La TransformChain propiedad representa el <Transform> elemento y los subelementos asociados de una firma digital XML.

La cadena de transformación es una lista ordenada de transformaciones. La salida de estas transformaciones constituye la entrada al algoritmo hash especificado en la DigestMethod propiedad .

Para obtener más información sobre las firmas digitales XML, vea la especificación W3C.

Se aplica a