UserManagerExtensions.Create Method
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Create<TUser>(UserManager<TUser>, TUser) | Create a user with no password | |
Create<TUser>(UserManager<TUser>, TUser, String) | Create a user and associates it with the given password (if one is provided) |
Top