3.5.4.2.3.2 ArrayOfGetClientLicensorCertResponse

The ArrayOfGetClientLicensorCertResponse complex type contains an array of GetClientLicensorCertResponse types that each contain a certificate chain representing a CLC. The CLC grants permissions to the client on behalf of the server so the client can sign issuance licenses itself.

 <xs:complexType name="ArrayOfGetClientLicensorCertResponse">
   <xs:sequence>
     <xs:element name="GetClientLicensorCertResponse"
       type="GetClientLicensorCertResponse"
       minOccurs="0"
       maxOccurs="unbounded"
      />
   </xs:sequence>
 </xs:complexType>