UserClaimsPrincipalFactory<TUser,TRole>.RoleManager Property

Definition

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.

Applies to