C# 클래스 TeamMentor.CoreLib.TM_Authentication

파일 보기 프로젝트 열기: TeamMentor/Master 1 사용 예제들

공개 메소드들

메소드 설명
TM_Authentication ( TM_WebServices tmWebServices ) : System
check_CSRF_Token ( ) : bool
logout ( ) : System.Guid
mapUserRoles ( ) : TM_Authentication
mapUserRoles ( bool disable_Csrf_Check ) : TM_Authentication

메소드 상세

TM_Authentication() 공개 메소드

public TM_Authentication ( TM_WebServices tmWebServices ) : System
tmWebServices TM_WebServices
리턴 System

check_CSRF_Token() 공개 메소드

public check_CSRF_Token ( ) : bool
리턴 bool

logout() 공개 메소드

public logout ( ) : System.Guid
리턴 System.Guid

mapUserRoles() 공개 메소드

public mapUserRoles ( ) : TM_Authentication
리턴 TM_Authentication

mapUserRoles() 공개 메소드

public mapUserRoles ( bool disable_Csrf_Check ) : TM_Authentication
disable_Csrf_Check bool
리턴 TM_Authentication