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

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

Parameters

user
Type: TUser
User.

Return Value

Type: TaskInt32

Implements

IUserLockoutStore.GetAccessFailedCountAsync(UTP)
See Also