IUserConfirmation<TUser> 接口

定义

提供用于确认用户帐户的抽象。

generic <typename TUser>
 where TUser : classpublic interface class IUserConfirmation
public interface IUserConfirmation<TUser> where TUser : class
type IUserConfirmation<'User (requires 'User : null)> = interface
Public Interface IUserConfirmation(Of TUser)

类型参数

TUser

封装用户的类型。

派生

方法

IsConfirmedAsync(UserManager<TUser>, TUser)

确定是否确认指定的 user

适用于