IRoleStore<TRole>.GetNormalizedRoleNameAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenir le nom normalisé d’un rôle en tant qu’opération asynchrone.
public:
System::Threading::Tasks::Task<System::String ^> ^ GetNormalizedRoleNameAsync(TRole role, System::Threading::CancellationToken cancellationToken);
public System.Threading.Tasks.Task<string> GetNormalizedRoleNameAsync (TRole role, System.Threading.CancellationToken cancellationToken);
public System.Threading.Tasks.Task<string?> GetNormalizedRoleNameAsync (TRole role, System.Threading.CancellationToken cancellationToken);
abstract member GetNormalizedRoleNameAsync : 'Role * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Function GetNormalizedRoleNameAsync (role As TRole, cancellationToken As CancellationToken) As Task(Of String)
Paramètres
- role
- TRole
Rôle dont le nom normalisé doit être récupéré.
- cancellationToken
- CancellationToken
CancellationToken utilisé pour propager les notifications indiquant que l’opération doit être annulée.
Retours
Objet Task<TResult> qui contient le nom du rôle.