C# Class Contrive.Auth.Web.WebAuthenticationService

Inheritance: IAuthenticationService
Show file Open project: alanstevens/Contrive

Public Methods

Method Description
SignIn ( IUser user, bool rememberMe = false ) : bool

User is already authenticated. We are telling forms authentication who he is.

SignOut ( ) : void
WebAuthenticationService ( IFormsAuthService formsAuthService ) : System.Web.Security

Method Details

SignIn() public method

User is already authenticated. We are telling forms authentication who he is.
public SignIn ( IUser user, bool rememberMe = false ) : bool
user IUser
rememberMe bool
return bool

SignOut() public method

public SignOut ( ) : void
return void

WebAuthenticationService() public method

public WebAuthenticationService ( IFormsAuthService formsAuthService ) : System.Web.Security
formsAuthService IFormsAuthService
return System.Web.Security