UserClaimsPrincipalFactory<TUser>.UserManager Property

Definition

Gets the UserManager<TUser> for this factory.

public:
 property Microsoft::AspNetCore::Identity::UserManager<TUser> ^ UserManager { Microsoft::AspNetCore::Identity::UserManager<TUser> ^ get(); };
public Microsoft.AspNetCore.Identity.UserManager<TUser> UserManager { get; }
member this.UserManager : Microsoft.AspNetCore.Identity.UserManager<'User (requires 'User : null)>
Public ReadOnly Property UserManager As UserManager(Of TUser)

Property Value

The current UserManager<TUser> for this factory instance.

Applies to