The VGAuthenticationState type exposes the following members.

Constructors

  NameDescription
Public methodVGAuthenticationState
Creates a new instance of VGAuthenticationState.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(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
Convert the state to a string value.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyIsCanceled
Checks whether the authentication process has been canceled by the user.
Public propertyIsCredentialInvalid
Checks whether the authentication process has failed due to bad credentials (user or password incorrect).
Public propertyIsFailed
Checks if the authentication process has failed
Public propertyIsLastBadLogin
Checks whether the next bad logon attempt will lock out the user account.
Public propertyIsLastGraceLogon Obsolete.
Checks whether it is the last grace logon before locking out the account.
Public propertyIsNotApproved
Checks whether the user is not approved and cannot be authenticated.
Public propertyIsPasswordExpired
Checks whether the password is expired according to the password policy.
Public propertyIsPasswordSecure
Checks whether the password is secure enough according to the password policy.
Public propertyIsUserAccountExpired
Checks whether the user account has expired.
Public propertyIsUserAccountLockedOut
Checks whether the user account is locked out due to bad credentials.
Public propertyIsUserAccountNotYetAvailable
Checks whether the user account exists but is not yet available.
Public propertyIsUserAccountWillBeLockedOut
Checks whether the user account will be locked out for the next logon attempt.
Public propertyIsUserNotAuthorized
Checks whether the user is not authorized to access to the application.
Public propertyMustChangePasswordAtNextLogon
Checks whether the user must change the password at next logon.
Public propertyStatus
Gets a VGAuthenticationStatus corresponding to the authentication state.

See Also