UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken>.GetAccessFailedCountAsync Method

Definition

Retrieves the current failed access count for the specified user..

public virtual System.Threading.Tasks.Task<int> GetAccessFailedCountAsync (TUser user, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAccessFailedCountAsync : 'User * System.Threading.CancellationToken -> System.Threading.Tasks.Task<int>
override this.GetAccessFailedCountAsync : 'User * System.Threading.CancellationToken -> System.Threading.Tasks.Task<int>
Public Overridable Function GetAccessFailedCountAsync (user As TUser, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Integer)

Parameters

user
TUser

The user whose failed access count should be retrieved.

cancellationToken
CancellationToken

The CancellationToken used to propagate notifications that the operation should be canceled.

Returns

Task<Int32>

The Task that represents the asynchronous operation, containing the failed access count.

Implements

Applies to