C# Class PRTools.Web.WebAuthenticationService

Inheritance: IWebAuthenticationService
显示文件 Open project: AcklenAvenue/PRTools

Public Methods

Method Description
CreateAuthCookie ( string username, string role, bool persist ) : System.Web.HttpCookie
Logout ( ) : void

Method Details

CreateAuthCookie() public method

public CreateAuthCookie ( string username, string role, bool persist ) : System.Web.HttpCookie
username string
role string
persist bool
return System.Web.HttpCookie

Logout() public method

public Logout ( ) : void
return void