C# Class Cats.Library.CatsReportServerCredentials

Inheritance: IReportServerCredentials
Datei anzeigen Open project: edgecomputing/cats Class Usage Examples

Public Methods

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

Method Details

CatsReportServerCredentials() public method

public CatsReportServerCredentials ( string userName, string password ) : System
userName string
password string
return System

GetFormsCredentials() public method

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