Share via


SPClaimsAuthMembershipProvider.RequiresQuestionAndAnswer property

Gets a value that indicates whether the user must answer a password question to reset or retrieve their password.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

value = instance.RequiresQuestionAndAnswer
public override bool RequiresQuestionAndAnswer { get; }

Property value

Type: System.Boolean
true if the user must answer a password question to reset or retrieve their password; otherwise, false.

See also

Reference

SPClaimsAuthMembershipProvider class

SPClaimsAuthMembershipProvider members

Microsoft.SharePoint.Administration.Claims namespace