RoleManagerExtensions Class
Represents extension methods for RoleManager.
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Create<TRole, TKey>(RoleManager<TRole, TKey>, TRole) | Creates a role. |
![]() ![]() | Delete<TRole, TKey>(RoleManager<TRole, TKey>, TRole) | Deletes a role. |
![]() ![]() | FindById<TRole, TKey>(RoleManager<TRole, TKey>, TKey) | Finds a role by ID. |
![]() ![]() | FindByName<TRole, TKey>(RoleManager<TRole, TKey>, String) | Finds a role by name. |
![]() ![]() | RoleExists<TRole, TKey>(RoleManager<TRole, TKey>, String) | Determines whether the role exists. |
![]() ![]() | Update<TRole, TKey>(RoleManager<TRole, TKey>, TRole) | Updates an existing role. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

