SignInManager<TUser>.UserManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The UserManager<TUser> used.
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)