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

適用於