SPClaimsAuthMembershipProvider.PasswordAttemptWindow property
Gets the number of minutes in which a maximum number of consecutive invalid password or password-answer attempts are 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 PasswordAttemptWindow As Integer
Get
'Usage
Dim instance As SPClaimsAuthMembershipProvider
Dim value As Integer
value = instance.PasswordAttemptWindow
public override int PasswordAttemptWindow { get; }
Property value
Type: System.Int32
The number of minutes in which a maximum number of consecutive invalid password or password-answer attempts are allowed before the membership user is locked out.
See also
Reference
SPClaimsAuthMembershipProvider class