IISOptions Class

Definition

Options to configure IIS Out-Of-Process.

public ref class IISOptions
public class IISOptions
type IISOptions = class
Public Class IISOptions
Inheritance
IISOptions

Constructors

IISOptions()

Properties

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