DefaultUserConfirmation<TUser> クラス

定義

IUserConfirmation<TUser> の既定の実装。

generic <typename TUser>
 where TUser : classpublic ref class DefaultUserConfirmation : Microsoft::AspNetCore::Identity::IUserConfirmation<TUser>
public class DefaultUserConfirmation<TUser> : Microsoft.AspNetCore.Identity.IUserConfirmation<TUser> where TUser : class
type DefaultUserConfirmation<'User (requires 'User : null)> = class
    interface IUserConfirmation<'User (requires 'User : null)>
Public Class DefaultUserConfirmation(Of TUser)
Implements IUserConfirmation(Of TUser)

型パラメーター

TUser

ユーザーをカプセル化する型。

継承
DefaultUserConfirmation<TUser>
実装

コンストラクター

DefaultUserConfirmation<TUser>()

IUserConfirmation<TUser> の既定の実装。

メソッド

IsConfirmedAsync(UserManager<TUser>, TUser)

指定した user が確認されるかどうかを判断します。

適用対象