Table of Contents

Class ReportServerCredentials

Namespace
InSite.UI.Variant.NCSHA.Reports
Assembly
InSite.UI.dll
public class ReportServerCredentials : IReportServerCredentials
Inheritance
ReportServerCredentials
Implements
IReportServerCredentials
Inherited Members

Constructors

ReportServerCredentials()

public ReportServerCredentials()

Properties

ImpersonationUser

public WindowsIdentity ImpersonationUser { get; }

Property Value

WindowsIdentity

NetworkCredentials

public ICredentials NetworkCredentials { get; }

Property Value

ICredentials

Methods

public bool GetFormsCredentials(out Cookie authCookie, out string user, out string password, out string authority)

Parameters

authCookie Cookie
user string
password string
authority string

Returns

bool