C# Class Dovetail.SDK.Bootstrap.Authentication.FormsAuthenticationService

Inheritance: IFormsAuthenticationService
Mostra file Open project: DovetailSoftware/dovetail-bootstrap

Public Methods

Method Description
FormsAuthenticationService ( ILogger logger ) : System.Web.Security
SetAuthCookie ( string username, bool createPersistentCookie ) : void
SignOut ( ) : void

Method Details

FormsAuthenticationService() public method

public FormsAuthenticationService ( ILogger logger ) : System.Web.Security
logger ILogger
return System.Web.Security

SetAuthCookie() public method

public SetAuthCookie ( string username, bool createPersistentCookie ) : void
username string
createPersistentCookie bool
return void

SignOut() public method

public SignOut ( ) : void
return void