Click or drag to resize

VGMembershipUserChangePassword Method (String, String)

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: 2019.1.831.19 (2019.1.0831.19)
Syntax
public bool ChangePassword(
	string oldPassword,
	string newPassword
)

Parameters

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

Return Value

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