IUserConfirmation<TUser> Interfejs

Definicja

Zapewnia abstrakcję na potrzeby potwierdzenia kont użytkowników.

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 hermetyzujący użytkownika.

Pochodne

Metody

IsConfirmedAsync(UserManager<TUser>, TUser)

Określa, czy określony user jest potwierdzony.

Dotyczy