Gets a value indicating whether the membership provider is configured to require the user to answer a password question for password reset and retrieval.
Documentation for this section has not yet been entered.
A Boolean value specified in the configuration file (Web.config). The MembershipProvider.RequiresQuestionAndAnswer property indicates whether users must supply a password answer in order to retrieve their password using the MembershipProvider.GetPassword(string, string) method, or reset their password using the MembershipProvider.ResetPassword(string, string) method.
This property is read-only.