UserClaimsPrincipalFactory<TUser,TRole>.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.
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.