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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public bool ChangePassword(
	string oldPassword,
	string newPassword
)
Visual Basic
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

Type: Boolean
true if the update was successful; otherwise, false.

See Also