IdentityUser<TKey, TLogin, TRole, TClaim>.AccessFailedCount Property

 

Gets or sets the number of failures for the purposes of lockout.

Namespace:   Microsoft.AspNet.Identity.EntityFramework
Assembly:  Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)

Syntax

public virtual int AccessFailedCount { get; set; }
public:
property int AccessFailedCount {
    virtual int get();
    virtual void set(int value);
}
abstract AccessFailedCount : int with get, set
override AccessFailedCount : int with get, set
Public Overridable Property AccessFailedCount As Integer

Property Value

Type: System.Int32

See Also

IdentityUser<TKey, TLogin, TRole, TClaim> Class
Microsoft.AspNet.Identity.EntityFramework Namespace
ASP.NET Identity

Return to top