Share via


IUserLockoutStore<TUser, TKey>.SetLockoutEnabledAsync Method

Asynchronously sets whether the user can be locked out.

Namespace:  Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

Task SetLockoutEnabledAsync(
    TUser user,
    bool enabled
)

Parameters

  • user
    Type: TUser
    The user.
  • enabled
    Type: System.Boolean
    true if the user can be locked out; otherwise, false.

Return Value

Type: System.Threading.Tasks.Task
The task object representing the asynchronous operation.

See Also

Reference

IUserLockoutStore<TUser, TKey> Interface

Microsoft.AspNet.Identity Namespace

Other Resources

ASP.NET Identity