Method | Description | |
---|---|---|
FormsAuthenticationService ( System.Web.HttpContextBase httpContext, ICustomerService customerService ) : System |
Ctor
|
|
GetAuthenticatedCustomer ( ) : |
||
GetAuthenticatedCustomerFromTicket ( System.Web.Security.FormsAuthenticationTicket ticket ) : |
||
SignIn ( |
||
SignOut ( ) : void |
public FormsAuthenticationService ( System.Web.HttpContextBase httpContext, ICustomerService customerService ) : System | ||
httpContext | System.Web.HttpContextBase | HTTP context |
customerService | ICustomerService | Customer service |
return | System |
public GetAuthenticatedCustomer ( ) : |
||
return |
public GetAuthenticatedCustomerFromTicket ( System.Web.Security.FormsAuthenticationTicket ticket ) : |
||
ticket | System.Web.Security.FormsAuthenticationTicket | |
return |
public SignIn ( |
||
customer | ||
createPersistentCookie | bool | |
return | void |