Checks whether the password does not match the password stored in the repository.

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

Syntax

C#
public bool OldPasswordDoesNotMatch { get; }
Visual Basic (Declaration)
Public ReadOnly Property OldPasswordDoesNotMatch As Boolean

Return Value

true if the password does not match. false otherwise.

See Also