Click or drag to resize

UserManagementServiceupdatePassword Method

Note: This API is now obsolete.

Use the updatePasswordExt method in UserManagementService instead.

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
[ObsoleteAttribute("Use updatePasswordExt instead")]
public bool updatePassword(
	string oldPassword,
	string newPassword,
	string authKey
)

Parameters

oldPassword
Type: SystemString
The old password.
newPassword
Type: SystemString
The new password.
authKey
Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService

Return Value

Type: Boolean
True if the password is succesfully updated, False otherwise.
Remarks
Obsolete. Use the updatePasswordExt method in UserManagementService instead.
See Also