Method | Description | |
---|---|---|
AuthenticationService ( IUserService userService, IUserRegistrationService userRegistrationService, |
||
ClearAuthenticationTicket ( ) : void | ||
CreateAuthenticationTicket ( User user, bool isPersistent = false ) : void | ||
GetCurrentUser ( ) : User | ||
SignIn ( string email, bool isPersistent = false, bool forceCreateNewAccount = false ) : LoginStatus | ||
SignOut ( ) : void |
public AuthenticationService ( IUserService userService, IUserRegistrationService userRegistrationService, |
||
userService | IUserService | |
userRegistrationService | IUserRegistrationService | |
securitySettings | ||
cryptographyService | ICryptographyService | |
contextBase | System.Web.HttpContextBase | |
return | System |
public CreateAuthenticationTicket ( User user, bool isPersistent = false ) : void | ||
user | User | |
isPersistent | bool | |
return | void |
public SignIn ( string email, bool isPersistent = false, bool forceCreateNewAccount = false ) : LoginStatus | ||
string | ||
isPersistent | bool | |
forceCreateNewAccount | bool | |
return | LoginStatus |