Share via


Reference.TransformChain Propriedade

Definição

Obtém a cadeia de transformação do Reference atual.

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 da propriedade

A cadeia de transformação do atual Reference.

Atributos

Comentários

A TransformChain propriedade representa o elemento e os <Transform> subelementos associados de uma assinatura digital XML.

A cadeia de transformação é uma lista ordenada de transformações. A saída dessas transformações constitui a entrada para o algoritmo de hash especificado na DigestMethod propriedade .

Para obter mais informações sobre assinaturas digitais XML, consulte a especificação W3C.

Aplica-se a