Click or drag to resize
UserStoreGetAccessFailedCountAsync Method
Returns the current number of failed access attempts.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 12.0.0
Syntax
C#
public Task<int> GetAccessFailedCountAsync(
	User user
)

Parameters

user
Type: Kentico.MembershipUser
User.

Return Value

Type: TaskInt32

Implements

IUserLockoutStore.GetAccessFailedCountAsync(UTP)
See Also