Share via


SPClaimsAuthMembershipProvider.MaxInvalidPasswordAttempts property

Gets the number of invalid password or password-answer attempts allowed before the membership user is locked out.

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

Syntax

'Declaration
Public Overrides ReadOnly Property MaxInvalidPasswordAttempts As Integer
    Get
'Usage
Dim instance As SPClaimsAuthMembershipProvider
Dim value As Integer

value = instance.MaxInvalidPasswordAttempts
public override int MaxInvalidPasswordAttempts { get; }

Property value

Type: System.Int32
The number of invalid password or password-answer attempts allowed before the membership user is locked out.

See also

Reference

SPClaimsAuthMembershipProvider class

SPClaimsAuthMembershipProvider members

Microsoft.SharePoint.Administration.Claims namespace