Class IdentityRoleClaim<TKey>
Represents a claim that is granted to all users within a role.
public class IdentityRoleClaim<TKey> : IdentityRoleClaim<TKey>, IIdentityRoleClaim<TKey>, IClameConverter where TKey : IEquatable<TKey>
Type Parameters
TKeyThe type of the primary key of the role associated with this claim.
- Inheritance
-
objectIdentityRoleClaim<TKey>IdentityRoleClaim<TKey>
- Implements
-
IIdentityRoleClaim<TKey>
- Inherited Members