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

SPClaimsAuthMembershipProvider Members

Microsoft.SharePoint.Administration.Claims Namespace