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

Inheritance: IPrincipal
Afficher le fichier Open project: HEskandari/Castle-Windsor-Examples

Méthodes publiques

Méthode Description
AppPrincipal ( IIdentity identity, string roles ) : System.Collections.Generic
IsInRole ( string role ) : bool

Method Details

AppPrincipal() public méthode

public AppPrincipal ( IIdentity identity, string roles ) : System.Collections.Generic
identity IIdentity
roles string
Résultat System.Collections.Generic

IsInRole() public méthode

public IsInRole ( string role ) : bool
role string
Résultat bool