3.4.5.11.2.1 GenerateCertResponse

This element specifies input values for the GenerateCertResponse operation.

 <xs:element name="GenerateCertResponse">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="userName" type="xs:string" />
       <xs:element minOccurs="0" name="password" type="xs:string" />
       <xs:element minOccurs="0" name="strCSR" type="xs:string" />
       <xs:element minOccurs="0" name="machineName" type="xs:string" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

username: A string that contains the user name of the credential performing the operation.

password: A string that contains the password of the credential performing the operation.

strCSR: A string that contains the CSR for the certificate.

machineName: A string that contains the name of the machine to which the certificate is issued.