UserOnlyStore<TUser,TContext,TKey,TUserClaim,TUserLogin,TUserToken>.AddClaimsAsync Method

Definition

Adds the claims given to the specified user.

C#
public override System.Threading.Tasks.Task AddClaimsAsync (TUser user, System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> claims, System.Threading.CancellationToken cancellationToken = default);

Parameters

user
TUser

The user to add the claim to.

claims
IEnumerable<Claim>

The claim to add to the user.

cancellationToken
CancellationToken

The CancellationToken used to propagate notifications that the operation should be canceled.

Returns

The Task that represents the asynchronous operation.

Implements

Applies to

Produk Versi
ASP.NET Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0