C# 클래스 TpTrayUtility.Components.TpAuthenticationManager

상속: IAuthProvider
파일 보기 프로젝트 열기: TargetProcess/Tp.TrayUtility

공개 메소드들

메소드 설명
Authenticate ( string userName, string userPassword, bool isIntegrated, string processPath ) : Exception
ChangeLogin ( ) : void
GetCredentials ( ) : ICredentials
GetCredentials ( bool isIntegratedAuth, string name, string pwd ) : ICredentials
TpAuthenticationManager ( ) : System
TryAuthentificate ( string userName, string password, bool isIntegrated, string processPath ) : bool

메소드 상세

Authenticate() 공개 메소드

public Authenticate ( string userName, string userPassword, bool isIntegrated, string processPath ) : Exception
userName string
userPassword string
isIntegrated bool
processPath string
리턴 System.Exception

ChangeLogin() 공개 메소드

public ChangeLogin ( ) : void
리턴 void

GetCredentials() 공개 메소드

public GetCredentials ( ) : ICredentials
리턴 ICredentials

GetCredentials() 공개 정적인 메소드

public static GetCredentials ( bool isIntegratedAuth, string name, string pwd ) : ICredentials
isIntegratedAuth bool
name string
pwd string
리턴 ICredentials

TpAuthenticationManager() 공개 메소드

public TpAuthenticationManager ( ) : System
리턴 System

TryAuthentificate() 공개 메소드

public TryAuthentificate ( string userName, string password, bool isIntegrated, string processPath ) : bool
userName string
password string
isIntegrated bool
processPath string
리턴 bool