C# Class HealthInformationProgram.Security.ReportServerCredentials

Local implementation of IReportServerCredentials
Inheritance: IReportServerCredentials
Afficher le fichier Open project: MedicalTeams/Hip_Admin

Méthodes publiques

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

Method Details

GetFormsCredentials() public méthode

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

ReportServerCredentials() public méthode

public ReportServerCredentials ( string userName, string password, string domain ) : System
userName string
password string
domain string
Résultat System