2.3.1.3.1 SignatureType

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

Referenced by: Signature

SignatureType specifies the information that is necessary to verify the integrity of a digital signature.

Child Elements:

ds:SignedInfo : A SignedInfoType element that specifies the information necessary to compute the hash of the manifest.

ds:SignatureValue : A SignatureValueType element that specifies the encoded value of the signature.

ds:KeyInfo : A KeyInfoType element that specifies the public key to be used to verify the signature.

Attributes:

Id : An ID ([W3C-XSD] section 3.3.8) attribute. The value of the Id attribute MUST be "StrongNameSignature".

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <complexType name="SignatureType" xmlns="http://www.w3.org/2001/XMLSchema">
   <sequence>
     <element ref="ds:SignedInfo"/>
     <element ref="ds:SignatureValue"/>
     <element ref="ds:KeyInfo"/>
   </sequence>
   <attribute name="Id" type="ID" use="optional"/>
 </complexType>