C# Class Worki.Memberships.FormsAuthenticationService

Inheritance: IFormsAuthenticationService
Mostra file Open project: tah91/eworkyWebSite

Public Methods

Method Description
SignIn ( string userName, string userData, bool createPersistentCookie, System.Web.HttpResponseBase response ) : void
SignOut ( ) : void

Method Details

SignIn() public method

public SignIn ( string userName, string userData, bool createPersistentCookie, System.Web.HttpResponseBase response ) : void
userName string
userData string
createPersistentCookie bool
response System.Web.HttpResponseBase
return void

SignOut() public method

public SignOut ( ) : void
return void