Class ReportServerCredentials
public class ReportServerCredentials : IReportServerCredentials
- Inheritance
-
ReportServerCredentials
- Implements
-
IReportServerCredentials
- Inherited Members
Constructors
ReportServerCredentials()
public ReportServerCredentials()
Properties
ImpersonationUser
public WindowsIdentity ImpersonationUser { get; }
Property Value
NetworkCredentials
public ICredentials NetworkCredentials { get; }
Property Value
Methods
GetFormsCredentials(out Cookie, out string, out string, out string)
public bool GetFormsCredentials(out Cookie authCookie, out string user, out string password, out string authority)