C# Class EventServer.Core.Services.FormsAuthenticationService

Inheritance: IFormsAuthenticationService
Mostra file Open project: roundtable/EventServer

Public Methods

Method Description
SignIn ( string email, bool createPersistentCookie ) : void
SignOut ( ) : void

Method Details

SignIn() public method

public SignIn ( string email, bool createPersistentCookie ) : void
email string
createPersistentCookie bool
return void

SignOut() public method

public SignOut ( ) : void
return void