List & Label .NET
combit.Reporting.Web.WindowsClientWebDesigner.Server Namespace / WindowsClientWebDesignerAuthenticationModes Enumeration


In This Topic
    WindowsClientWebDesignerAuthenticationModes Enumeration
    In This Topic
    Specifies the authentication mode for the Windows Client Web Designer.
    Syntax
    'Declaration
     
    
    Public Enum WindowsClientWebDesignerAuthenticationModes 
       Inherits System.Enum
    public enum WindowsClientWebDesignerAuthenticationModes : System.Enum 
    public enum class WindowsClientWebDesignerAuthenticationModes : public System.Enum 
    Members
    MemberDescription
    AspNetIdentityOrOWINUse cookie based authentication using the default cookie name of ASP.NET Identity / OWIN Authentication.
    AuthorizationHeaderUse an HTTP Authorization header for authentication. When this mode is used, the Windows Client Web Designer copies the Authorization header from the request in which the Designer Control is rendered or the launch URL is created and use it for all requests made by the Windows Client Web Designer client application.
    AutomaticInherit the authentication mode for the designer from the request in which the Windows Client Web Designer is created (None/Forms/Windows authentication).
    CustomCookieUse a custom cookie based authentication. When using this mode, the name of the authentication cookie must be specified in WindowsClientWebDesignerConfig.AuthenticationCustomCookieName.
    FormsUse Forms authentication.
    NoneDisable authentication and use anonymous requests.
    WindowsUse Windows authentication.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             combit.Reporting.Web.WindowsClientWebDesigner.Server.WindowsClientWebDesignerAuthenticationModes

    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also