3.4.5.3.2.1 ReturnSid

This element specifies input values for the ReturnSid operation.

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

sid: A string that contains the security identifier of the response.

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