3.3.4.1.3.2 CertifyResponse

The CertifyResponse complex type contains response parameters consisting of an array of certificates and certificate quota data. The certificates represent the user identity certificate that the server issues. The quota data SHOULD NOT be used.

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