C# Class BookManager.Web.DAL.Security.CustomPrincipal

Inheritance: IPrincipal
Datei anzeigen Open project: hiepbh/Assignment Class Usage Examples

Public Methods

Method Description
CustomPrincipal ( string Username ) : System.Linq
IsInRole ( string role ) : bool

Method Details

CustomPrincipal() public method

public CustomPrincipal ( string Username ) : System.Linq
Username string
return System.Linq

IsInRole() public method

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