combit List & Label 29 - .NET Help
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.
    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 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also