The VGPasswordModificationState type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsFailed |
Checks if the modification process has failed
| |
| IsLastBadLogin |
Checks whether the next bad logon attempt will lock out the user account.
| |
| IsUserAccountLockedOut |
Checks whether the user account is locked out.
| |
| NewPasswordDoesNotPassValidation |
Checks whether the Password Confirmation does not match the new password.
| |
| OldPasswordDoesNotMatch |
Checks whether the password does not match the password stored in the repository.
| |
| PasswordConfirmationDoesNotMatch |
Checks whether the Password Confirmation does not match the new password.
| |
| Status |
Gets a VGPasswordModificationStatus corresponding to the modification state.
| |
| UserAccountDoesNotExist |
Checks whether the user account does not exist in the repository.
|