SignInManager<TUser>.IsLockedOut(TUser) Method

Definition

Used to determine if a user is considered locked out.

protected:
 virtual System::Threading::Tasks::Task<bool> ^ IsLockedOut(TUser user);
protected virtual System.Threading.Tasks.Task<bool> IsLockedOut (TUser user);
abstract member IsLockedOut : 'User -> System.Threading.Tasks.Task<bool>
override this.IsLockedOut : 'User -> System.Threading.Tasks.Task<bool>
Protected Overridable Function IsLockedOut (user As TUser) As Task(Of Boolean)

Parameters

user
TUser

The user.

Returns

Whether a user is considered locked out.

Applies to