C# Class Castle.Samples.WindsorSilverlight.Security.AuthorizationManager

Inheritance: IAuthorizationManager, IAuthenticationManager
Afficher le fichier Open project: HEskandari/Castle-Windsor-Examples

Méthodes publiques

Méthode Description
Login ( string username, string password, bool isSuperUser ) : void
Logout ( ) : void

Private Methods

Méthode Description
GetRoles ( bool isSuperUser ) : IList

Method Details

Login() public méthode

public Login ( string username, string password, bool isSuperUser ) : void
username string
password string
isSuperUser bool
Résultat void

Logout() public méthode

public Logout ( ) : void
Résultat void