PackageDigitalSignatureManager.TransformMapping Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a dictionary that contains each defined ContentType and its associated XML Transform.Algorithm identifier.
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)
Property Value
A dictionary that contains each defined ContentType and its associated XML Transform.Algorithm identifier.
Remarks
During a sign operation the associated transform algorithm for each content type is applied before the HashAlgorithm is executed.
Default content and transform mappings include:
Content | ContentType | Transform algorithm identifier |
---|---|---|
Relationship | "application/vnd.openxmlformats-package.relationships+xml" | XmlDsigC14NTransformUrl |
Digital Signature | "application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml" | XmlDsigC14NTransformUrl |