C# 클래스 Cats.Library.CatsReportServerCredentials

상속: IReportServerCredentials
파일 보기 프로젝트 열기: edgecomputing/cats 1 사용 예제들

공개 메소드들

메소드 설명
CatsReportServerCredentials ( string userName, string password ) : System
GetFormsCredentials ( System &authCookie, string &userName, string &password, string &authority ) : bool

메소드 상세

CatsReportServerCredentials() 공개 메소드

public CatsReportServerCredentials ( string userName, string password ) : System
userName string
password string
리턴 System

GetFormsCredentials() 공개 메소드

public GetFormsCredentials ( System &authCookie, string &userName, string &password, string &authority ) : bool
authCookie System
userName string
password string
authority string
리턴 bool