DefaultUserConfirmation<TUser>.IsConfirmedAsync Method

Definition

Determines whether the specified user is confirmed.

C#
public virtual System.Threading.Tasks.Task<bool> IsConfirmedAsync (Microsoft.AspNetCore.Identity.UserManager<TUser> manager, TUser user);

Parameters

manager
UserManager<TUser>

The UserManager<TUser> that can be used to retrieve user properties.

user
TUser

The user.

Returns

The Task that represents the asynchronous operation, containing the IdentityResult of the confirmation operation.

Implements

Applies to

Product Versions
ASP.NET Core 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0