3.3.4.1.3.4 ArrayOfPrecertifyResponse

The <ArrayOfPrecertifyResponse> complex type is an array that contains <PrecertifyResponse> elements, which in turn contain public key certificates. The array MUST contain one <PrecertifyResponse> element.

  <s:complexType name="ArrayOfPrecertifyResponse">
   <s:sequence>
     <s:element minOccurs="0" maxOccurs="unbounded" name="PrecertifyResponse" 
       type="tns:PrecertifyResponse" /> 
   </s:sequence>
 </s:complexType>

PrecertifyResponse: An element that contains the public key certificate in the response. The element is of the <PrecertifyResponse> complex type as defined by the schema in section 3.3.4.1.3.5.