'DeclarationPublic Enum WindowsClientWebDesignerAuthenticationModes Inherits System.Enum
public enum WindowsClientWebDesignerAuthenticationModes : System.Enum
public enum class WindowsClientWebDesignerAuthenticationModes : public System.Enum
'DeclarationPublic Enum WindowsClientWebDesignerAuthenticationModes Inherits System.Enum
public enum WindowsClientWebDesignerAuthenticationModes : System.Enum
public enum class WindowsClientWebDesignerAuthenticationModes : public System.Enum
| Member | Description |
|---|---|
| AspNetIdentityOrOWIN | Use cookie based authentication using the default cookie name of ASP.NET Identity / OWIN Authentication. |
| AuthorizationHeader | Use 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. |
| 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 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
.NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10