Sdílet prostřednictvím


RoleManager<TRole>.AddClaimAsync(TRole, Claim) Metoda

Definice

Přidá deklaraci identity do role.

public:
 virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Identity::IdentityResult ^> ^ AddClaimAsync(TRole role, System::Security::Claims::Claim ^ claim);
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult> AddClaimAsync (TRole role, System.Security.Claims.Claim claim);
abstract member AddClaimAsync : 'Role * System.Security.Claims.Claim -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
override this.AddClaimAsync : 'Role * System.Security.Claims.Claim -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
Public Overridable Function AddClaimAsync (role As TRole, claim As Claim) As Task(Of IdentityResult)

Parametry

role
TRole

Role, do které se má deklarace identity přidat.

claim
Claim

Deklarace identity, která se má přidat.

Návraty

Objekt Task , který představuje asynchronní operaci obsahující IdentityResult operaci .

Platí pro