Updates the password for the membership user in the Visual Guard repository.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public bool ChangePassword(
	string oldPassword,
	string newPassword
)
Visual Basic (Declaration)
Public Function ChangePassword ( _
	oldPassword As String, _
	newPassword As String _
) As Boolean

Parameters

oldPassword
Type: System..::.String
The current password for the membership user.
newPassword
Type: System..::.String
The new password for the membership user.

Return Value

true if the update was successful; otherwise, false.

See Also