C# Class HealthInformationProgram.Security.ReportServerCredentials

Local implementation of IReportServerCredentials
Inheritance: IReportServerCredentials
Mostra file Open project: MedicalTeams/Hip_Admin

Public Methods

Method Description
GetFormsCredentials ( Cookie &authCookie, string &user, string &password, string &authority ) : bool
ReportServerCredentials ( string userName, string password, string domain ) : System

Method Details

GetFormsCredentials() public method

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

ReportServerCredentials() public method

public ReportServerCredentials ( string userName, string password, string domain ) : System
userName string
password string
domain string
return System