ComponentOne Studio Web API Edition
AuthenticationType Enumeration

Defines SSRS authentication types.
Syntax
'Declaration
 
Public Enum AuthenticationType 
   Inherits System.Enum
public enum AuthenticationType : System.Enum 
Members
MemberDescription
BasicUse this setting if SSRS supports: RSWindowsBasic.
NegotiateUse this setting if SSRS supports following authentication types: RSWindowsNegotiate, RSWindowsKerberos.
NtlmUse this setting if SSRS supports: RSWindowsNTLM.
Remarks
These values correspond to Authentication section in rsreportserver.config file.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Api.Report.AuthenticationType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Web.Api.Report Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.