3.2.4.1.3.2 ActivateResponse

The ActivateResponse complex type contains an array of machine certificates and a binary signature to verify the binary data the server returns in a Direct Internet Message Encapsulation (DIME) attachment (as described in [WSDLExt]) on this Activate web method response. The BinarySignature and attachment are passed through by the server and treated as transparent data.

 <xs:complexType name="ActivateResponse">
   <xs:sequence>
     <xs:element name="BinarySignature"
       minOccurs="0"
       maxOccurs="1"
     >
       <xs:complexType
         mixed="true"
       >
         <xs:sequence>
           <xs:any
             namespace=""
            />
         </xs:sequence>
       </xs:complexType>
     </xs:element>
     <xs:element name="MachineCertificateChain"
       type="ArrayOfXmlNode"
       minOccurs="1"
       maxOccurs="0"
      />
   </xs:sequence>
 </xs:complexType>