IRoleStore<TRole> Interface
Defines the methods for role management.
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
| Name | Description | |
|---|---|---|
![]() | CreateAsync(TRole) | Asynchronously creates a new role.(Inherited from IRoleStore<TRole, TKey>.) |
![]() | DeleteAsync(TRole) | Asynchronously deletes a role.(Inherited from IRoleStore<TRole, TKey>.) |
![]() | Dispose() | (Inherited from IDisposable.) |
![]() | FindByIdAsync(TKey) | Asynchronously finds a role by ID.(Inherited from IRoleStore<TRole, TKey>.) |
![]() | FindByNameAsync(String) | Asynchronously finds a role by name.(Inherited from IRoleStore<TRole, TKey>.) |
![]() | UpdateAsync(TRole) | Asynchronously updates a role.(Inherited from IRoleStore<TRole, TKey>.) |
Show:
