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

Inheritance: IHttpAuth
Afficher le fichier Open project: DeathCradle/Terraria-s-Dedicated-Server-Mod

Méthodes publiques

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

Private Methods

Méthode Description
ComputeHash ( string input ) : string

Method Details

Authenticate() public méthode

public Authenticate ( WebRequest request ) : string
request WebRequest
Résultat string

CreateLogin() public méthode

public CreateLogin ( string username, string password ) : bool
username string
password string
Résultat bool

HttpDigestAuth() public méthode

public HttpDigestAuth ( string databasePath ) : System
databasePath string
Résultat System

WebAuthCommand() public méthode

public WebAuthCommand ( ISender sender, ArgumentList args ) : void
sender ISender
args ArgumentList
Résultat void