UserStoreBase<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TUserToken,TRoleClaim>.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:
virtual TUserRole CreateUserRole(TUser user, TRole role);
protected virtual TUserRole CreateUserRole (TUser user, TRole role);
abstract member CreateUserRole : 'User * 'Role -> 'UserRole
override this.CreateUserRole : 'User * 'Role -> 'UserRole
Protected Overridable Function CreateUserRole (user As TUser, role As TRole) As TUserRole
Parameters
- user
- TUser
The associated user.
- role
- TRole
The associated role.
Returns
TUserRole