C# Class Brandy.Security.Web.Services.Impl.FormsAuthenticationService

Inheritance: IAuthenticationService
Show file Open project: BrandyFx/Brandy

Public Methods

Method Description
SignIn ( User user, bool createPersistentCookie ) : void
SignOut ( ) : void

Method Details

SignIn() public method

public SignIn ( User user, bool createPersistentCookie ) : void
user Brandy.Security.Entities.User
createPersistentCookie bool
return void

SignOut() public method

public SignOut ( ) : void
return void