Click or drag to resize

UserManagementServiceauthenticateUser Method

Note: This API is now obsolete.

Use the authenticateUserExt method in UserManagementService instead.

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

Parameters

authKey
Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService for a current administrator connection.
username
Type: SystemString
The user name to be authenticated.
password
Type: SystemString
The password to be authenticated.

Return Value

Type: Boolean
True if the user name and password are valid, False otherwise.
Remarks
Obsolete. Use the authenticateUserExt method in UserManagementService instead.
See Also