IdentityRoleClaim<TKey> 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.
EntityType that represents one specific role claim
generic <typename TKey>
public ref class IdentityRoleClaim
public class IdentityRoleClaim<TKey>
type IdentityRoleClaim<'Key> = class
Public Class IdentityRoleClaim(Of TKey)
Type Parameters
- TKey
- Inheritance
-
IdentityRoleClaim<TKey>
- Derived
Constructors
| IdentityRoleClaim<TKey>() |
Properties
| ClaimType |
Claim type |
| ClaimValue |
Claim value |
| Id |
Primary key |
| RoleId |
User Id for the role this claim belongs to |