UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>.ReplaceClaimAsync Method

Definition

Replaces the claim on the specified user, with the newClaim.

C#
public abstract System.Threading.Tasks.Task ReplaceClaimAsync (TUser user, System.Security.Claims.Claim claim, System.Security.Claims.Claim newClaim, System.Threading.CancellationToken cancellationToken = default);

Parameters

user
TUser

The user to replace the claim on.

claim
Claim

The claim replace.

newClaim
Claim

The new claim replacing the claim.

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