CanonicalizationMethod

XML DSIG で指定された SignedInfo に適用される正規化 メソッド を定義します。 Canonical XML 型である必要があります。

要素の階層

<Signature>
<SignedInfo>
<CanonicalizationMethod>

構文

<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>

属性および要素

属性

属性 説明 データ型 必須 既定値
アルゴリズム

正規化にUniform Resource Locatorアルゴリズムの URI (URI) を定義します。

この属性は、次のいずれかの値になります。

  • 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
はい

 

子要素

なし。

親要素

Parent 要素 説明
SignedInfo

XML DSIG で指定された署名内のすべての署名付きコンテンツ を定義します

 

要件

名前空間

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