|
TRONIX Code Documentation
|


Public Member Functions | |
| ApplicationSignInManager (ApplicationUserManager userManager, IAuthenticationManager authenticationManager, IUserLoginService userService) | |
| SignInStatus | TronixPasswordSignIn (string userName, string password, string[] ipAddress, bool isPersistent=false, bool shouldLockout=false) |
| Sign in the user in using the user name and password. | |
Static Public Member Functions | |
| static ApplicationSignInManager | Create (IdentityFactoryOptions< ApplicationSignInManager > options, IOwinContext context) |
| Tronix.Web.ApplicationSignInManager.ApplicationSignInManager | ( | ApplicationUserManager | userManager, |
| IAuthenticationManager | authenticationManager, | ||
| IUserLoginService | userService | ||
| ) |
|
static |
| SignInStatus Tronix.Web.ApplicationSignInManager.TronixPasswordSignIn | ( | string | userName, |
| string | password, | ||
| string[] | ipAddress, | ||
| bool | isPersistent = false, |
||
| bool | shouldLockout = false |
||
| ) |
Sign in the user in using the user name and password.
| userName | |
| password | |
| ipAddress | |
| isPersistent | |
| shouldLockout |