Aracılığıyla paylaş


RoleManager<TRole>.AddClaimAsync(TRole, Claim) Yöntem

Tanım

Role talep ekler.

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)

Parametreler

role
TRole

Talebin ekleneceği rol.

claim
Claim

Eklenecek talep.

Döndürülenler

işlemini Task içeren zaman uyumsuz işlemi temsil eden IdentityResult .

Şunlara uygulanır