combit List & Label 28 - .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 8.1, Windows 10 (Version 20H2 - 22H2), Windows 11 (21H2 - 22H2), Windows Server 2012 - 2022

    See Also