Updates the password for the membership user in the Visual Guard repository.
true if the update was successful; otherwise, false.
Exception Type | Condition |
---|---|
ArgumentNullException | username or oldPassword or newPasswordis null |
ArgumentException |
oldPassword or newPassword is longer than 64 characters. username is empty or is longer than 64 characters or contains invalid chars ('\', '/', '?', '*', '%', ';', ''', '"', ':', '|', '[', ']', '+', '=', ','). |
VGMembership Class | Novalys.VisualGuard.Security.Membership Namespace