PackageDigitalSignatureManager.TransformMapping 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个字典,其中包含每个定义的 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 |