UserStore<TUser,TRole,TContext,TKey>.CreateUserRole Method
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.
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.