Reference.TransformChain Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém a cadeia de transformação da corrente Reference.
public:
property System::Security::Cryptography::Xml::TransformChain ^ TransformChain { System::Security::Cryptography::Xml::TransformChain ^ get(); };
public:
property System::Security::Cryptography::Xml::TransformChain ^ TransformChain { System::Security::Cryptography::Xml::TransformChain ^ get(); void set(System::Security::Cryptography::Xml::TransformChain ^ value); };
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
[<set: System.Runtime.InteropServices.ComVisible(false)>]
member this.TransformChain : System.Security.Cryptography.Xml.TransformChain with get, set
Public ReadOnly Property TransformChain As TransformChain
Public Property TransformChain As TransformChain
Valor de Propriedade
A cadeia de transformação da corrente Reference.
- Atributos
Observações
A TransformChain propriedade representa o <Transform> elemento e os subelementos associados de uma assinatura digital XML.
A cadeia de transformação é uma lista ordenada de transformadas. A saída destas transformações constitui a entrada para o algoritmo de hash especificado na DigestMethod propriedade.
Para mais informações sobre assinaturas digitais XML, consulte a especificação do W3C.