The VGPasswordModificationState type exposes the following members.

Properties

  NameDescription
Public propertyIsFailed
Checks if the modification process has failed
Public propertyIsLastBadLogin
Checks whether the next bad logon attempt will lock out the user account.
Public propertyIsUserAccountLockedOut
Checks whether the user account is locked out.
Public propertyNewPasswordDoesNotPassValidation
Checks whether the Password Confirmation does not match the new password.
Public propertyOldPasswordDoesNotMatch
Checks whether the password does not match the password stored in the repository.
Public propertyPasswordConfirmationDoesNotMatch
Checks whether the Password Confirmation does not match the new password.
Public propertyStatus
Gets a VGPasswordModificationStatus corresponding to the modification state.
Public propertyUserAccountDoesNotExist
Checks whether the user account does not exist in the repository.

See Also