Condividi tramite


UserManager<TUser>.SetLockoutEnabledAsync(TUser, Boolean) Metodo

Definizione

Imposta un flag che indica se il user specificato può essere bloccato, come operazione asincrona.

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)

Parametri

user
TUser

L'utente il cui stato di blocco deve essere impostato.

enabled
Boolean

Flag che indica se l'utente può essere bloccato o meno.

Restituisce

Il Task che rappresenta l'operazione asincrona, il IdentityResult dell'operazione

Si applica a