Partager via


UserManager<TUser>.AddToRoleAsync(TUser, String) Méthode

Définition

Ajoutez le spécifié user au rôle nommé.

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

Paramètres

user
TUser

Utilisateur à ajouter au rôle nommé.

role
String

Nom du rôle à ajouter à l’utilisateur.

Retours

Task qui représente l’opération asynchrone, contenant le IdentityResult de l’opération.

S’applique à