SignInManager<TUser>.IsLockedOut(TUser) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.