IdentityBuilder.AddRoleManager<TRoleManager> Method
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.
Adds a RoleManager<TRole> for the RoleType.
public:
generic <typename TRoleManager>
where TRoleManager : class virtual Microsoft::AspNetCore::Identity::IdentityBuilder ^ AddRoleManager();
public virtual Microsoft.AspNetCore.Identity.IdentityBuilder AddRoleManager<TRoleManager> () where TRoleManager : class;
abstract member AddRoleManager : unit -> Microsoft.AspNetCore.Identity.IdentityBuilder (requires 'RoleManager : null)
override this.AddRoleManager : unit -> Microsoft.AspNetCore.Identity.IdentityBuilder (requires 'RoleManager : null)
Public Overridable Function AddRoleManager(Of TRoleManager As Class) () As IdentityBuilder
Type Parameters
- TRoleManager
The type of the role manager to add.
Returns
The current IdentityBuilder instance.