 | UserManagementServicelogin Method |
Note: This API is now obsolete.
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
)<ObsoleteAttribute("Use loginExt instead")>
Public Function login (
username As String,
password As String
) As Stringpublic:
[ObsoleteAttribute(L"Use loginExt instead")]
String^ login(
String^ username,
String^ password
)
public function login(
username : String,
password : String
) : String
function login(username, password);
Parameters
- username
- Type: SystemString
The user name. - password
- Type: SystemString
The password.
Return Value
Type:
StringAn authentication token that can be used to access other web service methods.
Remarks
See Also