3.5.5.1.2.1 LogonUser

This element specifies input values for the LogonUser operation.

 <xs:element name="LogonUser">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="userName" nillable="true"  type="xs:string" />
       <xs:element minOccurs="0" name="password" nillable="true"  type="xs:string" />
       <xs:element minOccurs="0" name="bCleanSession" type="xs:boolean" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

username: A string that contains the name of the user that is attempting to log on.

password: A string that contains the password of the user that is attempting to log on.

bCleanSession: A Boolean where TRUE indicates that the session should be cleaned; otherwise, the value is FALSE.