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: 2018.1.720.18 (2018.1.0720.18)
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 (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also