C# Class Castle.Samples.WindsorSilverlight.Security.AuthorizationManager
显示文件
Open project: HEskandari/Castle-Windsor-Examples
Public Methods
Method |
Description |
|
Login ( string username, string password, bool isSuperUser ) : void |
|
|
Logout ( ) : void |
|
|
Private Methods
Method |
Description |
|
GetRoles ( bool isSuperUser ) : IList |
|
|
Method Details
public Login ( string username, string password, bool isSuperUser ) : void |
username |
string |
|
password |
string |
|
isSuperUser |
bool |
|
return |
void |
|
public Logout ( ) : void |
return |
void |
|