C# Class Perpetuality.GamePrincipal

Inheritance: IPrincipal
Afficher le fichier Open project: Jacco/Perpetuality

Méthodes publiques

Méthode Description
GamePrincipal ( GameIdentity identity, string roles = null ) : System
IsInRole ( string role ) : bool

Method Details

GamePrincipal() public méthode

public GamePrincipal ( GameIdentity identity, string roles = null ) : System
identity GameIdentity
roles string
Résultat System

IsInRole() public méthode

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