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 変換アルゴリズム識別子
Relationship "application/vnd.openxmlformats-package.relationships+xml" XmlDsigC14NTransformUrl
デジタル署名 "application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml" XmlDsigC14NTransformUrl

適用対象