SignInManager<TUser>.UserManager Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O UserManager<TUser> usado.
protected public:
property Microsoft::AspNetCore::Identity::UserManager<TUser> ^ UserManager { Microsoft::AspNetCore::Identity::UserManager<TUser> ^ get(); void set(Microsoft::AspNetCore::Identity::UserManager<TUser> ^ value); };
public:
property Microsoft::AspNetCore::Identity::UserManager<TUser> ^ UserManager { Microsoft::AspNetCore::Identity::UserManager<TUser> ^ get(); void set(Microsoft::AspNetCore::Identity::UserManager<TUser> ^ value); };
protected internal Microsoft.AspNetCore.Identity.UserManager<TUser> UserManager { get; set; }
public Microsoft.AspNetCore.Identity.UserManager<TUser> UserManager { get; set; }
member this.UserManager : Microsoft.AspNetCore.Identity.UserManager<'User (requires 'User : null)> with get, set
Protected Friend Property UserManager As UserManager(Of TUser)
Public Property UserManager As UserManager(Of TUser)