combit List & Label 29 - .NET Help
combit.Reporting.Web Namespace / WebReportAuthenticationType Enumeration


In This Topic
    WebReportAuthenticationType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum WebReportAuthenticationType 
       Inherits System.Enum
    public enum WebReportAuthenticationType : System.Enum 
    public enum class WebReportAuthenticationType : public System.Enum 
    Members
    MemberDescription
    CookieIndicates that cookies are being used as the authentication method and cross-site requests are being made. If set, XMLHttpRequest.withCredentials will be set to true on any request by the specific client.
    JWTIndicates that a JSON Web Token (JWT) should be used as the authentication method. If set, a Header with Authorization: Bearer Token will be sent on any request by the specific client. The token can be specified in combit.Reporting.Web.WebReportDesigner.WebReportDesignerMVCOptions.AuthToken or combit.Reporting.Web.WebReportViewer.WebReportViewerMVCOptions.AuthToken.
    NoneIndicates that no additional settings are required by the specific client to authenticate the user. This method is also suitable for cookie authentication on same-origin backend and frontend. For cross-site cookie authentification use Cookie.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.Web.WebReportAuthenticationType

    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also