C# Class FrontendServices.Authorization.LodPrincipal

Inheritance: IPrincipal
Show file Open project: LeagueOfDevelopers/LodCore Class Usage Examples

Public Methods

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

Method Details

IsInRole() public method

public IsInRole ( AccountRole role ) : bool
role AccountRole
return bool

IsInRole() public method

public IsInRole ( string role ) : bool
role string
return bool

LodPrincipal() public method

public LodPrincipal ( AccountRole accountRole, IIdentity identity ) : System.Security.Principal
accountRole AccountRole
identity IIdentity
return System.Security.Principal