Returns service credentials.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Server
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected virtual ICredentials GetServiceCredentials()
Visual Basic (Declaration)
Protected Overridable Function GetServiceCredentials As ICredentials
Visual C++
protected:
virtual ICredentials^ GetServiceCredentials()

Return Value

ICredentials interface.

See Also