3.4.5.1.2.1 ReturnNewCertResponse

This element specifies input values for the ReturnNewCertResponse operation. This operation MUST NOT be invoked by the management client and MUST be ignored by the server.

 <xs:element name="ReturnNewCertResponse">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="newCert" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="returnCode" nillable="true" xmlns:q1="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.Devices.Identity" type="q1:ReturnClass" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

newCert: A string that contains the new certificate response.

returnCode: A ReturnClass (section 2.2.4.5.5) complex type that contains the return code of the response.