Method | Description | |
---|---|---|
Authenticate ( WebRequest request ) : string | ||
CreateLogin ( string username, string password ) : bool | ||
HttpDigestAuth ( string databasePath ) : System | ||
WebAuthCommand ( ISender sender, ArgumentList args ) : void |
Method | Description | |
---|---|---|
ComputeHash ( string input ) : string |
public Authenticate ( WebRequest request ) : string | ||
request | WebRequest | |
return | string |
public CreateLogin ( string username, string password ) : bool | ||
username | string | |
password | string | |
return | bool |
public HttpDigestAuth ( string databasePath ) : System | ||
databasePath | string | |
return | System |
public WebAuthCommand ( ISender sender, ArgumentList args ) : void | ||
sender | ISender | |
args | ArgumentList | |
return | void |