C# Class tdsm.core.WebInterface.Auth.HttpDigestAuth

Inheritance: IHttpAuth
Mostrar archivo Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Public Methods

Method Description
Authenticate ( WebRequest request ) : string
CreateLogin ( string username, string password ) : bool
HttpDigestAuth ( string databasePath ) : System
WebAuthCommand ( ISender sender, ArgumentList args ) : void

Private Methods

Method Description
ComputeHash ( string input ) : string

Method Details

Authenticate() public method

public Authenticate ( WebRequest request ) : string
request WebRequest
return string

CreateLogin() public method

public CreateLogin ( string username, string password ) : bool
username string
password string
return bool

HttpDigestAuth() public method

public HttpDigestAuth ( string databasePath ) : System
databasePath string
return System

WebAuthCommand() public method

public WebAuthCommand ( ISender sender, ArgumentList args ) : void
sender ISender
args ArgumentList
return void