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 、各コンテンツ タイプに関連付けられた変換アルゴリズムが適用されます。

既定のコンテンツと変換マッピングは次のとおりです。

コンテンツ ContentType 変換アルゴリズム識別子
リレーションシップ "application/vnd.openxmlformats-package.relationships+xml" XmlDsigC14NTransformUrl
デジタル署名 "application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml" XmlDsigC14NTransformUrl

適用対象