Compartir a través de


RoleStoreBase<TRole,TKey,TUserRole,TRoleClaim>.GetNormalizedRoleNameAsync Método

Definición

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

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

Parámetros

role
TRole

Rol cuyo nombre normalizado se debe recuperar.

cancellationToken
CancellationToken

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

Devoluciones

Un Task<TResult> que contiene el nombre del rol.

Implementaciones

Se aplica a