C# Class TeamMentor.CoreLib.TM_Authentication

Afficher le fichier Open project: TeamMentor/Master Class Usage Examples

Méthodes publiques

Méthode Description
TM_Authentication ( TM_WebServices tmWebServices ) : System
check_CSRF_Token ( ) : bool
logout ( ) : System.Guid
mapUserRoles ( ) : TM_Authentication
mapUserRoles ( bool disable_Csrf_Check ) : TM_Authentication

Method Details

TM_Authentication() public méthode

public TM_Authentication ( TM_WebServices tmWebServices ) : System
tmWebServices TM_WebServices
Résultat System

check_CSRF_Token() public méthode

public check_CSRF_Token ( ) : bool
Résultat bool

logout() public méthode

public logout ( ) : System.Guid
Résultat System.Guid

mapUserRoles() public méthode

public mapUserRoles ( ) : TM_Authentication
Résultat TM_Authentication

mapUserRoles() public méthode

public mapUserRoles ( bool disable_Csrf_Check ) : TM_Authentication
disable_Csrf_Check bool
Résultat TM_Authentication