C# Class FrontendServices.Authorization.LodPrincipal

Inheritance: IPrincipal
Afficher le fichier Open project: LeagueOfDevelopers/LodCore Class Usage Examples

Méthodes publiques

Méthode Description
IsInRole ( AccountRole role ) : bool
IsInRole ( string role ) : bool
LodPrincipal ( AccountRole accountRole, IIdentity identity ) : System.Security.Principal

Method Details

IsInRole() public méthode

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

IsInRole() public méthode

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

LodPrincipal() public méthode

public LodPrincipal ( AccountRole accountRole, IIdentity identity ) : System.Security.Principal
accountRole AccountRole
identity IIdentity
Résultat System.Security.Principal