Gets or sets a value that indicates whether the password modification is required or not.

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

Syntax

C#
public bool PasswordModificationRequired { get; set; }
Visual Basic
Public Property PasswordModificationRequired As Boolean
	Get
	Set

Property Value

Type: Boolean

Remarks

You can use this property when you want to force the user to change the password. If the user tries to quit the dialog box by clicking on cancel button a message is displayed indicating that the account will be locked out if the password is not changed.

See Also