UserStoreBase<TUser,TKey,TUserClaim,TUserLogin,TUserToken>.CreateUserLogin 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 IdentityUserLogin<TKey>.
protected:
virtual TUserLogin CreateUserLogin(TUser user, Microsoft::AspNetCore::Identity::UserLoginInfo ^ login);
protected virtual TUserLogin CreateUserLogin (TUser user, Microsoft.AspNetCore.Identity.UserLoginInfo login);
abstract member CreateUserLogin : 'User * Microsoft.AspNetCore.Identity.UserLoginInfo -> 'UserLogin
override this.CreateUserLogin : 'User * Microsoft.AspNetCore.Identity.UserLoginInfo -> 'UserLogin
Protected Overridable Function CreateUserLogin (user As TUser, login As UserLoginInfo) As TUserLogin
Parameters
- user
- TUser
The associated user.
- login
- UserLoginInfo
The associated login.
Returns
TUserLogin