C# 클래스 tdsm.core.WebInterface.Auth.HttpDigestAuth

상속: IHttpAuth
파일 보기 프로젝트 열기: DeathCradle/Terraria-s-Dedicated-Server-Mod

공개 메소드들

메소드 설명
Authenticate ( WebRequest request ) : string
CreateLogin ( string username, string password ) : bool
HttpDigestAuth ( string databasePath ) : System
WebAuthCommand ( ISender sender, ArgumentList args ) : void

비공개 메소드들

메소드 설명
ComputeHash ( string input ) : string

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( WebRequest request ) : string
request WebRequest
리턴 string

CreateLogin() 공개 메소드

public CreateLogin ( string username, string password ) : bool
username string
password string
리턴 bool

HttpDigestAuth() 공개 메소드

public HttpDigestAuth ( string databasePath ) : System
databasePath string
리턴 System

WebAuthCommand() 공개 메소드

public WebAuthCommand ( ISender sender, ArgumentList args ) : void
sender ISender
args ArgumentList
리턴 void