Click or drag to resize
KenticoUserStoreTUserIncrementAccessFailedCountAsync Method

Note: This API is now obsolete.

Used to record when an attempt to access the user has failed.

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Method is not implemented.", true)]
public Task<int> IncrementAccessFailedCountAsync(
	TUser user
)

Parameters

user
Type: TUser
User.

Return Value

Type: TaskInt32

Implements

IUserLockoutStore.IncrementAccessFailedCountAsync(UTP)
See Also