IUserTwoFactorStore<TUser> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供抽象概念來儲存旗標,指出使用者是否已啟用兩個要素驗證。
generic <typename TUser>
where TUser : classpublic interface class IUserTwoFactorStore : IDisposable, Microsoft::AspNetCore::Identity::IUserStore<TUser>
public interface IUserTwoFactorStore<TUser> : IDisposable, Microsoft.AspNetCore.Identity.IUserStore<TUser> where TUser : class
type IUserTwoFactorStore<'User (requires 'User : null)> = interface
interface IUserStore<'User (requires 'User : null)>
interface IDisposable
Public Interface IUserTwoFactorStore(Of TUser)
Implements IDisposable, IUserStore(Of TUser)
類型參數
- TUser
封裝使用者的型別。
- 衍生
- 實作