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

Syntax

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

Return Value

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

See Also