IUserConfirmation<TUser> 接口 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供用于确认用户帐户的抽象。
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) | 
		 确定是否确认指定的   |