共用方式為


PackageDigitalSignatureManager.TransformMapping 屬性

定義

取得字典,其中包含每個已定義 ContentType 及其相關聯的 XML Transform.Algorithm 識別符。

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ TransformMapping { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,string> TransformMapping { get; }
member this.TransformMapping : System.Collections.Generic.Dictionary<string, string>
Public ReadOnly Property TransformMapping As Dictionary(Of String, String)

屬性值

字典,其中包含每個已定義 ContentType 及其相關聯的 XML Transform.Algorithm 識別符。

備註

在簽署作業期間,會先套用每個內容類型的相關聯轉換演算法,再 HashAlgorithm 執行 。

預設內容與轉換對應包括:

Content ContentType 轉換演算法識別碼
關聯性 “application/vnd.openxmlformats-package.relationships+xml” XmlDsigC14NTransformUrl
數位簽章 “application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml” XmlDsigC14NTransformUrl

適用於