The VGPasswordQuestionAndAnswerModificationState type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| VGPasswordQuestionAndAnswerModificationState |
Creates a new instance of VGPasswordQuestionAndAnswerModificationState.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
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.
| |
| PasswordDoesNotMatch |
Checks whether the password does not match the password stored in the repository.
| |
| Status |
Gets a VGPasswordQuestionAndAnswerModificationStatus corresponding to the modification state.
| |
| UserAccountDoesNotExist |
Checks whether the user account does not exist in the repository.
|