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 が確認されるかどうかを判断します。

適用対象