Click or drag to resize

UserManagementServicelogin Method

Note: This API is now obsolete.

Use the loginExt method in UserManagementService instead.

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
[ObsoleteAttribute("Use loginExt instead")]
public string login(
	string username,
	string password
)

Parameters

username
Type: SystemString
The user name.
password
Type: SystemString
The password.

Return Value

Type: String
An authentication token that can be used to access other web service methods.
Remarks
Obsolete. Use the loginExt method in UserManagementService instead.
See Also