RoleStore<TRole, TContext> Class

Inheritance Hierarchy

Syntax

public class RoleStore<TRole, TContext> : RoleStore<TRole, TContext, string>, IQueryableRoleStore<TRole>, IRoleClaimStore<TRole>, IRoleStore<TRole>, IDisposable where TRole : IdentityRole<string> where TContext : DbContext

GitHub

View on GitHub

class Microsoft.AspNet.Identity.EntityFramework.RoleStore<TRole, TContext>

Constructors

RoleStore(TContext, Microsoft.AspNet.Identity.IdentityErrorDescriber)
public RoleStore(TContext context, IdentityErrorDescriber describer = null)