Gets a value indicating whether the repository requires the user to answer a password question for password reset.

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

Syntax

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

Property Value

Type: Boolean
true if a password answer is required for password reset; otherwise, false.

Remarks

Requiring a password question and answer provides an additional layer of security when retrieving or resetting a user's password. Users can supply a question and answer when their user name is created that they can later use to reset a forgotten password.

See Also