Adding Information to Signature

<Signature Id="MySignature" ...>
  <SignedInfo> 
    <Reference URI="something">...</Reference>
    <Reference URI="#MyTimeStamp" 
       Type="http://www.w3.org/2000/09/xmldsig#SignatureProperties">
    ...
    </Reference> 
  </SignedInfo>
  ...  
  <Object> 
    <SignatureProperties>
     <SignatureProperty Id="MyTimeStamp" Target="#MySignature">
       <t:timestamp xmlns:t="http://www.ietf.org/rfcXXXX.txt">
         <t:date>19990908</t:date> 
         <t:time>14:34:34:34</t:time>
       </t:timestamp>
     </SignatureProperty>
   </SignatureProperties>
  </Object>
</Signature>

Ivan Herman, W3C Head of Offices
© 1994-2004, W3C (MIT,ERCIM,Keio)
$Date: 2004/03/11 12:07:24 $9 (20)