SignInManager<TUser>.UserManager Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
utilisé UserManager<TUser> .
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)