PackageDigitalSignatureManager.TransformMapping Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 |