SignedInfo

Defines all signed content within the signature as specified in XML DSIG.

Element hierarchy

<Signature>
<SignedInfo>

Syntax

<SignedInfo Id? = ID >

  <!-- Child elements -->
  CanonicalizationMethod,
  SignatureMethod,
  Reference

</SignedInfo>

Key

?   optional (zero or one)

Attributes and Elements

Attributes

Attribute Description Data type Required Default value
Id

A unique element identifier to be used as a reference to SignedInfo .

ID No

 

Child Elements

Child Element Description
CanonicalizationMethod

Defines the canonicalization method applied to SignedInfo as specified in XML DSIG. Must be of type Canonical XML.

Reference

Defines a digest value, digest method, and transforms as specified in XML DSIG .

SignatureMethod

Defines the algorithm used to generate the signature thumbprint in SignatureValue as specified in XML DSIG.

 

Parent Elements

Parent Element Description
Signature

Defines the root element of an XML DSIG compliant signature. Signature is the unique root element for a provisioning file signature.

 

Requirements

Namespace

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