UserStore<TUser,TRole,TContext,TKey>.CreateUserRole Method

Definition

Called to create a new instance of a IdentityUserRole<TKey>.

protected:
 override Microsoft::AspNetCore::Identity::EntityFrameworkCore::IdentityUserRole<TKey> ^ CreateUserRole(TUser user, TRole role);
protected override Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserRole<TKey> CreateUserRole (TUser user, TRole role);
override this.CreateUserRole : 'User * 'Role -> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserRole<'Key (requires 'Key :> IEquatable<'Key>)>
Protected Overrides Function CreateUserRole (user As TUser, role As TRole) As IdentityUserRole(Of TKey)

Parameters

user
TUser

The associated user.

role
TRole

The associated role.

Returns

Applies to