Méthode | 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 |
Résultat | System |
public GetAuthenticatedCustomer ( ) : |
||
Résultat |
public GetAuthenticatedCustomerFromTicket ( System.Web.Security.FormsAuthenticationTicket ticket ) : |
||
ticket | System.Web.Security.FormsAuthenticationTicket | |
Résultat |
public SignIn ( |
||
customer | ||
createPersistentCookie | bool | |
Résultat | void |