Class IdentityRole
The default implementation of IdentityRole<TKey> which uses a string as the primary key.
public class IdentityRole : IdentityRole<string>, IIdentityRole<string>, IConcurrency<string>
- Inheritance
-
IdentityRole
- Implements
- Inherited Members
Constructors
IdentityRole()
Initializes a new instance of IdentityRole.
public IdentityRole()
Remarks
The Id property is initialized to from a new GUID string value.
IdentityRole(string)
Initializes a new instance of IdentityRole.
public IdentityRole(string roleName)
Parameters
roleName
stringThe role name.
Remarks
The Id property is initialized to from a new GUID string value.