SimpleMembershipProvider.RequiresQuestionAndAnswer Property

Definition

Gets a value that indicates whether the membership provider requires that the user answer a security question for password reset and retrieval.

public override bool RequiresQuestionAndAnswer { get; }
member this.RequiresQuestionAndAnswer : bool
Public Overrides ReadOnly Property RequiresQuestionAndAnswer As Boolean

Property Value

true if a security-question answer is required; otherwise, false. The default is true.

Applies to