3.4.5.12.2.1 GenerateSid

This element specifies input values for the GenerateSid operation.

 <xs:element name="GenerateSid">
   <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="machineName" type="xs:string" />
       <xs:element minOccurs="0" name="bForce" type="xs:boolean" />
     </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.

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

bForce: A Boolean where TRUE indicates that the existing machine name will be overwritten; otherwise, the value is FALSE.