IdentityRole Class

Summary

Represents a Role entity

Inheritance Hierarchy

Syntax

public class IdentityRole : IdentityRole<string>

GitHub

View on GitHub

class Microsoft.AspNet.Identity.EntityFramework.IdentityRole

Constructors

IdentityRole()

Constructor

public IdentityRole()
IdentityRole(System.String)

Constructor

public IdentityRole(string roleName)