Skip to main content
All docs
V25.1
  • .NET 8.0+

    ISecurityUserLockout.AccessFailedCount Property

    The number of failed login attempts for the current user.

    Namespace: DevExpress.ExpressApp.Security

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    int AccessFailedCount { get; set; }

    Property Value

    Type Description
    Int32

    An integer value that specifies the number of failed login attempts for the current user.

    See Also