Class IdentityUserRole<TKey>
Represents the link between a user and a role.
public class IdentityUserRole<TKey> : IdentityUserRole<TKey>, IIdentityUserRole<TKey> where TKey : IEquatable<TKey>
Type Parameters
TKeyThe type of the primary key used for users and roles.
- Inheritance
-
IdentityUserRole<TKey>IdentityUserRole<TKey>
- Implements
-
IIdentityUserRole<TKey>
- Inherited Members