PackageDigitalSignatureManager.TransformMapping Vlastnost

Definice

Získá slovník, který obsahuje každý definovaný ContentType a jeho přidružené XML Transformidentifikátor .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)

Hodnota vlastnosti

Slovník, který obsahuje každý definovaný ContentType a jeho přidružený XML Transformidentifikátor .Algorithm

Poznámky

Během operace znaménka se před HashAlgorithm spuštěním použije přidružený transformační algoritmus pro každý typ obsahu.

Mezi výchozí mapování obsahu a transformací patří:

Content Contenttype Identifikátor transformovat algoritmus
Relace "application/vnd.openxmlformats-package.relationships+xml" XmlDsigC14NTransformUrl
Digitální podpis "application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml" XmlDsigC14NTransformUrl

Platí pro