C# Class BookMgnt.DAL.Security.CustomPrincipal

Inheritance: IPrincipal
Afficher le fichier Open project: hiepbh/Assignment Class Usage Examples

Méthodes publiques

Méthode Description
CustomPrincipal ( string Username ) : System.Linq
IsInRole ( string role ) : bool

Method Details

CustomPrincipal() public méthode

public CustomPrincipal ( string Username ) : System.Linq
Username string
Résultat System.Linq

IsInRole() public méthode

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