Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IISOptions Class
Definition
- Namespace:
- Microsoft.AspNetCore.Builder
- Assembly:
- Microsoft.AspNetCore.Server.IISIntegration.dll
- Package:
- Microsoft.AspNetCore.Server.IISIntegration v1.0.0
- Package:
- Microsoft.AspNetCore.Server.IISIntegration v1.1.0
- Package:
- Microsoft.AspNetCore.App.Ref v10.0.0
- Package:
- Microsoft.AspNetCore.App.Ref v11.0.0-preview.4.26230.115
- Package:
- Microsoft.AspNetCore.Server.IISIntegration v2.0.0
- Package:
- Microsoft.AspNetCore.Server.IISIntegration v2.1.0
- Package:
- Microsoft.AspNetCore.Server.IISIntegration v2.2.0
- Package:
- Microsoft.AspNetCore.App.Ref v3.0.1
- Package:
- Microsoft.AspNetCore.App.Ref v3.1.10
- Package:
- Microsoft.AspNetCore.App.Ref v5.0.0
- Package:
- Microsoft.AspNetCore.App.Ref v6.0.36
- Package:
- Microsoft.AspNetCore.App.Ref v7.0.5
- Package:
- Microsoft.AspNetCore.App.Ref v8.0.19
- Package:
- Microsoft.AspNetCore.App.Ref v9.0.8
- Source:
- IISOptions.cs
- Source:
- IISOptions.cs
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options to configure IIS Out-Of-Process.
public ref class IISOptions
public class IISOptions
type IISOptions = class
Public Class IISOptions
- Inheritance
-
IISOptions
Constructors
| Name | Description |
|---|---|
| IISOptions() | |
Properties
| Name | Description |
|---|---|
| AuthenticationDescriptions |
Additional information about the authentication type which is made available to the application. |
| AuthenticationDisplayName |
Sets the display name shown to users on login pages. The default is null. |
| AutomaticAuthentication |
If true the middleware should set HttpContext.User. If false the middleware will only provide an identity when explicitly requested by the AuthenticationScheme. Note Windows Authentication must also be enabled in IIS for this to work. |
| ForwardClientCertificate |
Populates the ITLSConnectionFeature if the MS-ASPNETCORE-CLIENTCERT request header is present. |
| ForwardWindowsAuthentication |
If true authentication middleware will try to authenticate using platform handler windows authentication If false authentication middleware won't be added |
Applies to
Feedback
Was this page helpful?
