LoginInfo structure
The LoginInfo data structure holds the login information for a user. User ID, passwords, domain and other information necessary to log on to the application.
Namespace |
|
Definition
<complexType name="LoginInfo">
<sequence>
<element name="locale" type="string" nillable="true" />
<element name="timeZone" type="string" nillable="true" />
<element name="authentication" type="string"
nillable="true" />
</sequence>
</complexType>
The structure consists of the following elements:
locale |
The locale setting to use for the current session of the application. |
timeZone |
The region throughout which the same standard time is used. |
authentication |
The string necessary to establish the identity of the user. |
Was this page helpful? Yes No
Submitting...
Thank you
Comments