[]
        
(Showing Draft Content)

C1.Web.Api.Report.AuthenticationType

AuthenticationType Enum

Defines SSRS authentication types.

Namespace: C1.Web.Api.Report
Assembly: C1.Web.Api.Report.dll
Syntax
public enum AuthenticationType
Remarks

These values correspond to Authentication section in rsreportserver.config file.

Fields

Name Description
Basic

Use this setting if SSRS supports: RSWindowsBasic.

Negotiate

Use this setting if SSRS supports following authentication types: RSWindowsNegotiate, RSWindowsKerberos.

Ntlm

Use this setting if SSRS supports: RSWindowsNTLM.