Visual Guard Class Library Documentation

VGMembershipUser.ChangePassword Method 

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

public bool ChangePassword(
   String oldPassword,
   String newPassword
);

Parameters

oldPassword
The current password for the membership user.
newPassword
The new password for the membership user.

Return Value

true if the update was successful; otherwise, false.

See Also

VGMembershipUser Class | Novalys.VisualGuard.Security.Membership Namespace