Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval.

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

Syntax

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

Field Value

true if a password answer is required for password reset and retrieval; otherwise, false. The default is true.

Remarks

This value is defined in the Visual Guard repository and can be modified by editing the password policy in the Visual Guard console.

See Also