C# Class Mictlanix.BE.Web.Security.CustomPrincipal

Inheritance: IPrincipal
显示文件 Open project: mictlanix/mbe Class Usage Examples

Public Methods

Method Description
CustomPrincipal ( string username, string email, bool administrator, Employee employee, IList privileges ) : System
IsInRole ( string role ) : bool
ToString ( ) : string

Method Details

CustomPrincipal() public method

public CustomPrincipal ( string username, string email, bool administrator, Employee employee, IList privileges ) : System
username string
email string
administrator bool
employee Employee
privileges IList
return System

IsInRole() public method

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

ToString() public method

public ToString ( ) : string
return string