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

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

Syntax

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

Return Value

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

See Also