Class UmbracoUserConfirmation<TUser>
Confirms whether a user is approved or not
Inheritance
object
DefaultUserConfirmation<TUser>
Namespace: Umbraco.Cms.Core.Security
Assembly: Umbraco.Infrastructure.dll
Syntax
public class UmbracoUserConfirmation<TUser> : DefaultUserConfirmation<TUser> where TUser : UmbracoIdentityUser
Type Parameters
| Name | Description |
|---|---|
| TUser |
Constructors
View SourceUmbracoUserConfirmation()
Declaration
public UmbracoUserConfirmation()
Methods
View SourceIsConfirmedAsync(UserManager<TUser>, TUser)
Declaration
public override Task<bool> IsConfirmedAsync(UserManager<TUser> manager, TUser user)
Parameters
| Type | Name | Description |
|---|---|---|
| UserManager<TUser> | manager | |
| TUser | user |
Returns
| Type | Description |
|---|---|
| Task<bool> |