The VGAuthenticationState type exposes the following members.

Properties

  NameDescription
IsCanceled
Checks whether the authentication process has been canceled by the user.
IsCredentialInvalid
Checks whether the authentication process has failed due to bad credentials (user or password incorrect).
IsFailed
Checks if the authentication process has failed
IsLastBadLogin
Checks whether the next bad logon attempt will lock out the user account.
IsLastGraceLogon Obsolete.
Checks whether it is the last grace logon before locking out the account.
IsNotApproved
Checks whether the user is not approved and cannot be authenticated.
IsPasswordExpired
Checks whether the password is expired according to the password policy.
IsPasswordSecure
Checks whether the password is secure enough according to the password policy.
IsUserAccountExpired
Checks whether the user account has expired.
IsUserAccountLockedOut
Checks whether the user account is locked out due to bad credentials.
IsUserAccountNotYetAvailable
Checks whether the user account exists but is not yet available.
IsUserAccountWillBeLockedOut
Checks whether the user account will be locked out for the next logon attempt.
IsUserNotAuthorized
Checks whether the user is not authorized to access to the application.
MustChangePasswordAtNextLogon
Checks whether the user must change the password at next logon.
Status
Gets a VGAuthenticationStatus corresponding to the authentication state.

See Also