共用方式為


Reference.TransformChain 屬性

定義

取得目前 Reference 的轉換鏈結。

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

屬性值

目前 Reference 的轉換鏈結。

屬性

備註

屬性 TransformChain 代表 <Transform> XML 數位簽名的項目和相關聯的子元素。

轉換鏈結是已排序的轉換清單。 這些轉換的輸出會構成 屬性中所指定哈希演算法的 DigestMethod 輸入。

如需 XML 數位簽名的詳細資訊,請參閱 W3C 規格

適用於