PackageDigitalSignatureManager.TransformMapping Propriété

Définition

Obtient un dictionnaire qui contient chaque identificateur XML ContentTypeTransform défini Algorithm et 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 identificateur XML ContentTypeTransform défini Algorithm et associé.

Remarques

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

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

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

S’applique à