3.5.4.1.3.4 AcquireIssuanceLicenseResponse

The AcquireIssuanceLicenseResponse complex type contains an ArrayOfXmlNode that contains the signed issuance license issued by the server. The issuance licenses used in this array MUST conform to the format specified in 2.2.9.

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