Sdílet prostřednictvím


IUserConfirmation<TUser> Rozhraní

Definice

Poskytuje abstrakci pro potvrzení uživatelských účtů.

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)

Parametry typu

TUser

Typ zapouzdřující uživatele.

Odvozené

Metody

IsConfirmedAsync(UserManager<TUser>, TUser)

Určuje, zda je zadaná user hodnota potvrzena.

Platí pro