C# Class Blog.Models.FormsAuthenticationService

Inheritance: IFormsAuthenticationService
Show file Open project: d3dek/AwesomeBlog Class Usage Examples

Public Methods

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

Method Details

SignIn() public method

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

SignOut() public method

public SignOut ( ) : void
return void