C# Class SignetSSRProject.Reports.ReportServerNetworkCredentials

Inheritance: IReportServerCredentials
Mostra file Open project: SignetSSRTeam/SignetSSR_MVC

Public Methods

Method Description
GetFormsCredentials ( System &authCookie, string &userName, string &password, string &authority ) : bool
ReportServerNetworkCredentials ( string username, string password ) : System

Method Details

GetFormsCredentials() public method

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

ReportServerNetworkCredentials() public method

public ReportServerNetworkCredentials ( string username, string password ) : System
username string
password string
return System