CanonicalizationMethod

定义在 XML DSIG 中指定的应用于 SignedInfo 的规范化方法。 必须为 Canonical XML 类型。

元素层次结构

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

特性和元素

特性

属性 说明 数据类型 必须 默认值
算法

定义用于规范化的 (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

 

子元素

无。

父元素

父元素 说明
SignedInfo

定义在 XML DSIG 中指定的签名内的所有签名内容。

 

要求

命名空间

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