DefaultMembershipProvider.RequiresQuestionAndAnswer Property

Gets a value that indicates whether a password question and answer is required.

Namespace:  System.Web.Providers
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property RequiresQuestionAndAnswer As Boolean 
    Get
'Usage
Dim instance As DefaultMembershipProvider 
Dim value As Boolean 

value = instance.RequiresQuestionAndAnswer
public override bool RequiresQuestionAndAnswer { get; }
public:
virtual property bool RequiresQuestionAndAnswer {
    bool get () override;
}
abstract RequiresQuestionAndAnswer : bool 
override RequiresQuestionAndAnswer : bool
override function get RequiresQuestionAndAnswer () : boolean

Property Value

Type: System.Boolean
true if a password question and answer is required; otherwise, false.

See Also

Reference

DefaultMembershipProvider Class

System.Web.Providers Namespace

Other Resources

ASP.NET Identity