UserStore<TUser,TRole,TContext,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>.GetLockoutEnabledAsync 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.
Retrieves a flag indicating whether user lockout can enabled for the specified user.
public virtual System.Threading.Tasks.Task<bool> GetLockoutEnabledAsync (TUser user, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLockoutEnabledAsync : 'User * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
override this.GetLockoutEnabledAsync : 'User * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
Public Overridable Function GetLockoutEnabledAsync (user As TUser, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)
Parameters
- user
- TUser
The user whose ability to be locked out should be returned.
- cancellationToken
- CancellationToken
The CancellationToken used to propagate notifications that the operation should be canceled.
Returns
The Task that represents the asynchronous operation, true if a user can be locked out, otherwise false.