3.5.4.2.3.4 GetClientLicensorCertResponse

The GetClientLicensorCertResponse complex type contains an ArrayOfXmlNode that represents the CLC response from the GetClientLicensorCert web method request. This CLC MUST conform to the parameters found in 2.2.9.

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