Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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