KenticoUserStoreTUserGetAccessFailedCountAsync Method |
Returns the current number of failed access attempts.
Namespace: Kentico.MembershipAssembly: Kentico.Membership (in Kentico.Membership.dll) Version: 13.0.131
Syntax public Task<int> GetAccessFailedCountAsync(
TUser user
)
Parameters
- user
- Type: TUser
User.
Return Value
Type:
TaskInt32Implements
IUserLockoutStore.GetAccessFailedCountAsync(UTP)See Also