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: 2017.0.101.17 (2017.0.101.17)

Syntax

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

Property Value

Type: Boolean
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