DefaultMembershipProvider.PasswordAttemptWindow Property

Gets the minutes where invalid password attempts are kept.

Namespace:  System.Web.Providers
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property PasswordAttemptWindow As Integer 
    Get
'Usage
Dim instance As DefaultMembershipProvider 
Dim value As Integer 

value = instance.PasswordAttemptWindow
public override int PasswordAttemptWindow { get; }
public:
virtual property int PasswordAttemptWindow {
    int get () override;
}
abstract PasswordAttemptWindow : int 
override PasswordAttemptWindow : int
override function get PasswordAttemptWindow () : int

Property Value

Type: System.Int32
The minutes where invalid password attempts are kept.

See Also

Reference

DefaultMembershipProvider Class

System.Web.Providers Namespace

Other Resources

ASP.NET Identity