Click or drag to resize

VGPasswordQuestionAndAnswerModificationState Class

Defines the state of a password modification process.
Inheritance Hierarchy
SystemObject
  Novalys.VisualGuard.SecurityVGPasswordQuestionAndAnswerModificationState

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public sealed class VGPasswordQuestionAndAnswerModificationState

The VGPasswordQuestionAndAnswerModificationState type exposes the following members.

Constructors
  NameDescription
Public methodVGPasswordQuestionAndAnswerModificationState
Creates a new instance of VGPasswordQuestionAndAnswerModificationState.
Top
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 propertyPasswordDoesNotMatch
Checks whether the password does not match the password stored in the repository.
Public propertyStatus
Gets a VGPasswordQuestionAndAnswerModificationStatus corresponding to the modification state.
Public propertyUserAccountDoesNotExist
Checks whether the user account does not exist in the repository.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also