IdentityRole Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class IdentityRole : Microsoft::AspNet::Identity::CoreCompat::IdentityRole<System::String ^, Microsoft::AspNet::Identity::EntityFramework::IdentityUserRole ^>
public class IdentityRole : Microsoft.AspNet.Identity.CoreCompat.IdentityRole<string,Microsoft.AspNet.Identity.EntityFramework.IdentityUserRole>
type IdentityRole = class
inherit IdentityRole<string, IdentityUserRole>
Public Class IdentityRole
Inherits IdentityRole(Of String, IdentityUserRole)
- Inheritance
-
Microsoft.AspNet.Identity.EntityFramework.IdentityRole<TKey,TUserRole>IdentityRole
Constructors
IdentityRole() |
Constructor |
IdentityRole(String) |
Constructor |
Properties
Claims |
Navigation property for claims in the role (Inherited from IdentityRole<TKey,TUserRole>) |
ConcurrencyStamp |
Concurrency stamp (Inherited from IdentityRole<TKey,TUserRole>) |
NormalizedName |
Normalized role name (Inherited from IdentityRole<TKey,TUserRole>) |