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 one or more X.509 compliant signatures as defined in XML DSIG.
Element hierarchy
- <Signature>
-
- <KeyInfo>
- <X509Data>
Syntax
<X509Data>
<!-- Child elements -->
X509Certificate+
</X509Data>
Key
+ required (one or more)
Attributes and Elements
Attributes
None.
Child Elements
| Child Element | Description |
|---|---|
| X509Certificate | Defines an X.509 compliant signature as defined in XML DSIG . |
Parent Elements
| Parent Element | Description |
|---|---|
| KeyInfo | Defines all key information used to validate the signature as specified in XML DSIG . |
Remarks
X509Data contains only X509Certificate elements. All other child elements defined in XML DSIG are disallowed.
KeyInfo may contain only one X509Data element.
Requirements
Namespace |
http://www.w3.org/2000/09/xmldsig# |