UserManagerExtensions.Find 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 | |
---|---|---|
Find<TUser>(UserManager<TUser>, UserLoginInfo) | Sync extension | |
Find<TUser>(UserManager<TUser>, String, String) | Return a user with the specified username and password or null if there is no match. |
Top