CanonicalizationMethod

Definiert die kanonische Methode, die auf SignedInfo angewendet wird , wie in XML DSIG angegeben. Muss vom Typ Kanonisches XML sein.

Elementhierarchie

<Signatur>
<SignedInfo>
<CanonicalizationMethod>

Syntax

<CanonicalizationMethod Algorithm = "http://www.w3.org/TR/2001/REC-xml-c14n-20010315" | "http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments" | "http://www.w3.org/2001/10/xml-exc-c14n#" | "http://www.w3.org/2001/10/xml-exc-c14n#WithComments" >

  string

</CanonicalizationMethod>

Attribute und Elemente

Attributes

Attribut BESCHREIBUNG Datentyp Erforderlich Standardwert
Algorithmus

Definiert den Uniform Resource Locator (URI) des Algorithmus, der für die Kanonisierung verwendet wird.

Dieses Attribut kann einen der folgenden Werte haben:

  • http://www.w3.org/TR/2001/REC-xml-c14n-20010315
  • http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments
  • http://www.w3.org/2001/10/xml-exc-c14n#
  • http://www.w3.org/2001/10/xml-exc-c14n#WithComments
Ja

 

Untergeordnete Elemente

Keine

Übergeordnete Elemente

Übergeordnetes Element BESCHREIBUNG
SignedInfo

Definiert alle signierten Inhalte innerhalb der Signatur, wie in XML DSIG angegeben .

 

Anforderungen

Namespace

http://www.w3.org/2000/09/xmldsig#