.NET API 40,944 bytes
IdentityUserRole<TKey>
Represents the link between a user and a role.
public virtual TKey RoleId {
get;
set; }
Gets or sets the primary key of the role that is linked to the user.
public virtual TKey UserId {
get;
set; }
Gets or sets the primary key of the user that is linked to a role.