Checks whether the authentication process has failed due to bad credentials (user or password incorrect).

Namespace: Novalys.VisualGuard.Security
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public bool IsCredentialInvalid { get; }
Visual Basic
Public ReadOnly Property IsCredentialInvalid As Boolean
	Get

Return Value

Type: Boolean
true if the user or the password is invalid. false otherwise.

See Also