Compartir a través de


RoleStore<TRole,TContext,TKey,TUserRole,TRoleClaim>.SetNormalizedRoleNameAsync Método

Definición

Establezca el nombre normalizado de un rol como una operación asincrónica.

public virtual System.Threading.Tasks.Task SetNormalizedRoleNameAsync (TRole role, string normalizedName, System.Threading.CancellationToken cancellationToken = default);
public virtual System.Threading.Tasks.Task SetNormalizedRoleNameAsync (TRole role, string? normalizedName, System.Threading.CancellationToken cancellationToken = default);
abstract member SetNormalizedRoleNameAsync : 'Role * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SetNormalizedRoleNameAsync : 'Role * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function SetNormalizedRoleNameAsync (role As TRole, normalizedName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parámetros

role
TRole

Rol cuyo nombre normalizado se debe establecer.

normalizedName
String

Nombre normalizado que se va a establecer

cancellationToken
CancellationToken

El objeto CancellationToken que se usa para propagar notificaciones de que se debe cancelar la operación.

Devoluciones

El objeto Task que representa la operación asincrónica.

Implementaciones

Se aplica a