SignInManager<TUser>.UserManager Property

Definition

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)

Property Value

Applies to