Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the root element of an XML DSIG compliant signature. Signature is the unique root element for a provisioning file signature.
Element hierarchy
<Signature>
Syntax
<Signature Id? = ID >
<!-- Child elements -->
SignedInfo,
SignatureValue,
KeyInfo?
</Signature>
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 Signature . |
ID | No |
Child Elements
Child Element | Description |
---|---|
KeyInfo | Defines all key information used to validate the signature as specified in XML DSIG . |
SignatureValue | Defines the signature thumbprint as specified in XML DSIG . The algorithm used to generate SignatureValue is defined in SignatureMethod. |
SignedInfo | Defines all signed content within the signature as specified in XML DSIG . |
Parent Elements
This outermost (document) element may not be contained by any other elements.
Requirements
Namespace |
http://www.w3.org/2000/09/xmldsig# |