3.4.4.1.3.4 AcquireLicenseResponse

The AcquireLicenseResponse complex type defines the parameters returned from an AcquireLicense operation. A valid response MUST include a CertificateChain (LicensorCertChain) parameter that is an ArrayOfXmlNode that represents the authorization policy the server issues to the client. A ReferenceCertificates parameter is an ArrayOfXmlNode that represents other certificates, not part of the authorization policy, that the server returns to the client. The ReferenceCertificates response parameter SHOULD<44> be empty.

 <xs:complexType name="AcquireLicenseResponse">
   <xs:sequence>
     <xs:element name="CertificateChain"
       type="ArrayOfXmlNode"
       minOccurs="0"
       maxOccurs="1"
      />
     <xs:element name="ReferenceCertificates"
       type="ArrayOfXmlNode"
       minOccurs="0"
       maxOccurs="1"
      />
   </xs:sequence>
 </xs:complexType>