Share via


3.2.4.1.2.4 BinarySignature

The BinarySignature (ActivateResponse) element is a fragment of XML that contains a signed hash of the binary data returned by the server in a DIME attachment (as described in [WSDLExt]) on the Activate web method response. The BinarySignature and attachment are passed through by the server and treated as transparent data.

 <xs:element name="BinarySignature">
   <xs:complexType
     mixed="true"
   >
     <xs:sequence>
       <xs:any
         namespace=""
        />
     </xs:sequence>
   </xs:complexType>
 </xs:element>