DefaultUserConfirmation<TUser> Class

Definition

Default implementation of IUserConfirmation<TUser>.

C#
public class DefaultUserConfirmation<TUser> : Microsoft.AspNetCore.Identity.IUserConfirmation<TUser> where TUser : class

Type Parameters

TUser

The type encapsulating a user.

Inheritance
DefaultUserConfirmation<TUser>
Implements

Constructors

Methods

IsConfirmedAsync(UserManager<TUser>, TUser)

Determines whether the specified user is confirmed.

Applies to

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