IdentityRole<TKey,TUserRole> 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.
generic <typename TKey, typename TUserRole>
where TUserRole : IdentityUserRole<TKey>public ref class IdentityRole : Microsoft::AspNet::Identity::EntityFramework::IdentityRole<TKey, TUserRole>
public class IdentityRole<TKey,TUserRole> : Microsoft.AspNet.Identity.EntityFramework.IdentityRole<TKey,TUserRole> where TUserRole : IdentityUserRole<TKey>
type IdentityRole<'Key, 'UserRole (requires 'UserRole :> IdentityUserRole<'Key>)> = class
inherit IdentityRole<'Key, 'UserRole (requires 'UserRole :> IdentityUserRole<'Key>)>
Public Class IdentityRole(Of TKey, TUserRole)
Inherits IdentityRole(Of TKey, TUserRole)
Type Parameters
- TKey
- TUserRole
- Inheritance
-
Microsoft.AspNet.Identity.EntityFramework.IdentityRole<TKey,TUserRole>IdentityRole<TKey,TUserRole>
- Derived
Constructors
| IdentityRole<TKey,TUserRole>() |
Properties
| Claims |
Navigation property for claims in the role |
| ConcurrencyStamp |
Concurrency stamp |
| NormalizedName |
Normalized role name |