This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
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: Smartsite.DigiD
Assembly:  Smartsite.DigiD (in Smartsite.DigiD.dll)

Syntax

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

Field Value

Return Value

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

See Also

Advanced