{CompanyName} FlexyGo

LoginService..::..changePassword Method

Changes the password.

Namespace:  FLEXYGO.Authentication
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[BlacklistCheckAttribute]
[WebMethodAttribute]
public IdentityResult changePassword(
	string currentPassword,
	string newPassword,
	bool RememberMe,
	bool shouldLockOut
)
<BlacklistCheckAttribute> _
<WebMethodAttribute> _
Public Function changePassword ( _
	currentPassword As String, _
	newPassword As String, _
	RememberMe As Boolean, _
	shouldLockOut As Boolean _
) As IdentityResult

Parameters

currentPassword
Type: String
The current password.
newPassword
Type: String
The new password.
RememberMe
Type: Boolean
if set to true [remember me].
shouldLockOut
Type: Boolean
if set to true [should lock out].

Return Value

IdentityResult.