public enum WindowsClientWebDesignerAuthenticationModes : System.Enum
public enum class WindowsClientWebDesignerAuthenticationModes : public System.Enum
'Declaration
Public Enum WindowsClientWebDesignerAuthenticationModes Inherits System.Enum
Member | Description |
---|---|
AspNetIdentityOrOWIN | Use cookie based authentication using the default cookie name of ASP.NET Identity / OWIN Authentication. |
Automatic | Inherit the authentication mode for the designer from the request in which the Windows Client Web Designer is created (None/Forms/Windows authentication). |
CustomCookie | Use a custom cookie based authentication. When using this mode, the name of the authentication cookie must be specified in WindowsClientWebDesignerConfig.AuthenticationCustomCookieName. |
Forms | Use Forms authentication. |
None | Disable authentication and use anonymous requests. |
Windows | Use Windows authentication. |
System.Object
System.ValueType
System.Enum
combit.Reporting.Web.WindowsClientWebDesigner.Server.WindowsClientWebDesignerAuthenticationModes
Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9