Click or drag to resize
RoleStore Class
Identity role store implementation.
Inheritance Hierarchy
SystemObject
  Kentico.MembershipRoleStore

Namespace: Kentico.Membership
Assembly: Kentico.Membership (in Kentico.Membership.dll) Version: 12.0.0
Syntax
C#
public class RoleStore : IRoleStore<Role, int>, 
	IDisposable

The RoleStore type exposes the following members.

Constructors
  NameDescription
Public methodRoleStore
Top
Methods
  NameDescription
Public methodCreateAsync
Stores Role in the database.
Public methodDeleteAsync
Deletes Role from the database.
Public methodDispose
Performs tasks to dispose the role store.
Public methodFindByIdAsync
Returns instance of Role.
Public methodFindByNameAsync
Returns instance of Role.
Public methodUpdateAsync
Updates Role in the database.
Top
See Also