Web API Edition | ComponentOne
C1.Web.Api.Report Namespace / AuthenticationType Enumeration

In This Topic
    AuthenticationType Enumeration
    In This Topic
    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

    See Also