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) |
判斷是否已確認指定的 |