C# Class Authentication, monkeywrench

Inheritance: System.Web.UI.Page
Show file Open project: rolfbjarne/monkeywrench Class Usage Examples

Public Methods

Method Description
IsInRole ( WebServiceResponse response, string role ) : bool
SavePassword ( HttpResponse response, LoginResponse ws_response ) : void

Method Details

IsInRole() public static method

public static IsInRole ( WebServiceResponse response, string role ) : bool
response MonkeyWrench.DataClasses.Logic.WebServiceResponse
role string
return bool

SavePassword() public static method

public static SavePassword ( HttpResponse response, LoginResponse ws_response ) : void
response HttpResponse
ws_response LoginResponse
return void