PackageDigitalSignatureManager.TransformMapping Propriété

Définition

Obtient un dictionnaire qui contient chaque défini ContentType et son identificateur XML TransformAlgorithm associé.

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)

Valeur de propriété

Dictionnaire qui contient chaque défini ContentType et son identificateur XML TransformAlgorithm associé.

Remarques

Au cours d’une opération de signature, l’algorithme de transformation associé pour chaque type de contenu est appliqué avant l’exécution de HashAlgorithm .

Les mappages de contenu et de transformation par défaut sont les suivants :

Contenu ContentType Identificateur de l’algorithme de transformation
Relation « application/vnd.openxmlformats-package.relationships+xml » XmlDsigC14NTransformUrl
Signature numérique « application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml » XmlDsigC14NTransformUrl

S’applique à