UserClaimsPrincipalFactory<TUser,TRole>.RoleManager 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 RoleManager<TRole> for this factory.
public:
property Microsoft::AspNetCore::Identity::RoleManager<TRole> ^ RoleManager { Microsoft::AspNetCore::Identity::RoleManager<TRole> ^ get(); };
public Microsoft.AspNetCore.Identity.RoleManager<TRole> RoleManager { get; }
member this.RoleManager : Microsoft.AspNetCore.Identity.RoleManager<'Role (requires 'Role : null)>
Public ReadOnly Property RoleManager As RoleManager(Of TRole)
Property Value
The current RoleManager<TRole> for this factory instance.