Click or drag to resize
RoleStore Methods

The RoleStore type exposes the following members.

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