Changes the password of the user.
The status of the modification. Values are defined in VGPasswordModificationStatus value.
This method allows changing password only for Visual Guard user. It does not support password modification for database account or Windows account.
Exception Type | Condition |
---|---|
ArgumentNullException |
The name, old password, the new password or the password confirmation is null. |
ArgumentException |
The length name, old password, new password or password confirmation is greater than 64 characters The name is empty. |
NotSupportedException |
the repository does not support Visual Guard authentication mode. The name is empty. |
VGSecurityManager Class | Novalys.VisualGuard.Security Namespace | ValidatingPassword