C# Class System.Web.Script.Services.AuthenticationService

Show file Open project: runefs/Marvin

Public Methods

Method Description
AuthenticationService ( ) : System
EnsureEnabled ( ) : void

Private Methods

Method Description
Login ( string userName, string password, bool createPersistentCookie ) : bool
Logout ( ) : void

Method Details

AuthenticationService() public method

public AuthenticationService ( ) : System
return System

EnsureEnabled() public method

public EnsureEnabled ( ) : void
return void