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