다음을 통해 공유


UserManager<TUser>.SetLockoutEnabledAsync(TUser, Boolean) 메서드

정의

지정된 user 비동기 작업으로 잠글 수 있는지 여부를 나타내는 플래그를 설정합니다.

public:
 virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Identity::IdentityResult ^> ^ SetLockoutEnabledAsync(TUser user, bool enabled);
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult> SetLockoutEnabledAsync (TUser user, bool enabled);
abstract member SetLockoutEnabledAsync : 'User * bool -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
override this.SetLockoutEnabledAsync : 'User * bool -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
Public Overridable Function SetLockoutEnabledAsync (user As TUser, enabled As Boolean) As Task(Of IdentityResult)

매개 변수

user
TUser

잠긴 상태를 설정해야 하는 사용자입니다.

enabled
Boolean

사용자를 잠글 수 있는지 여부를 나타내는 플래그입니다.

반환

비동기 작업, 작업의 IdentityResult 나타내는 Task

적용 대상