Share via


Reference.TransformChain Proprietà

Definizione

Ottiene la catena di trasformazioni dell'oggetto Reference corrente.

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

Valore della proprietà

Catena di trasformazioni dell'oggetto Reference corrente.

Attributi

Commenti

La TransformChain proprietà rappresenta l'elemento <Transform> e i sottoelementi associati di una firma digitale XML.

La catena di trasformazione è un elenco ordinato di trasformazioni. L'output di queste trasformazioni costituisce l'input dell'algoritmo hash specificato nella DigestMethod proprietà .

Per altre informazioni sulle firme digitali XML, vedere la specifica W3C.

Si applica a