Click or drag to resize
GnomonMembershipProviderRequiresQuestionAndAnswer Property
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: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override bool RequiresQuestionAndAnswer { get; }

Property Value

Type: Boolean
true if [requires question and answer]; otherwise, false.
See Also