3.3.4.1.2.2 PrecertifyResponse

The <PrecertifyResponse> element contains the response to a Precertify request operation.

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

PrecertifyResult: An array in which each element contains a public key certificate to be returned to the requestor. The array is of the <ArrayOfPrecertifyResponse> complex type as defined by the schema in section 3.3.4.1.3.4. The array MUST contain one element.