Compartilhar via


RoleManager<TRole>.GetClaimsAsync(TRole) Método

Definição

Obtém uma lista de declarações associadas ao especificado role.

public:
 virtual System::Threading::Tasks::Task<System::Collections::Generic::IList<System::Security::Claims::Claim ^> ^> ^ GetClaimsAsync(TRole role);
public virtual System.Threading.Tasks.Task<System.Collections.Generic.IList<System.Security.Claims.Claim>> GetClaimsAsync (TRole role);
abstract member GetClaimsAsync : 'Role -> System.Threading.Tasks.Task<System.Collections.Generic.IList<System.Security.Claims.Claim>>
override this.GetClaimsAsync : 'Role -> System.Threading.Tasks.Task<System.Collections.Generic.IList<System.Security.Claims.Claim>>
Public Overridable Function GetClaimsAsync (role As TRole) As Task(Of IList(Of Claim))

Parâmetros

role
TRole

A função cujas declarações devem ser retornadas.

Retornos

O Task que representa a operação assíncrona, contendo a lista de Claims associados ao especificado role.

Aplica-se a