C# 클래스 HealthInformationProgram.Security.ReportServerCredentials

Local implementation of IReportServerCredentials
상속: IReportServerCredentials
파일 보기 프로젝트 열기: MedicalTeams/Hip_Admin

공개 메소드들

메소드 설명
GetFormsCredentials ( Cookie &authCookie, string &user, string &password, string &authority ) : bool
ReportServerCredentials ( string userName, string password, string domain ) : System

메소드 상세

GetFormsCredentials() 공개 메소드

public GetFormsCredentials ( Cookie &authCookie, string &user, string &password, string &authority ) : bool
authCookie System.Net.Cookie
user string
password string
authority string
리턴 bool

ReportServerCredentials() 공개 메소드

public ReportServerCredentials ( string userName, string password, string domain ) : System
userName string
password string
domain string
리턴 System