IISOptions 类

定义

用于配置 IIS 进程外的选项。

public ref class IISOptions
public class IISOptions
type IISOptions = class
Public Class IISOptions
继承
IISOptions

构造函数

IISOptions()

用于配置 IIS 进程外的选项。

属性

AuthenticationDescriptions

为应用程序提供的有关身份验证类型的附加信息。

AuthenticationDisplayName

设置在登录页上向用户显示的显示名。 默认值为 NULL。

AutomaticAuthentication

如果为 true,中间件应设置 HttpContext.User。 如果为 false,则中间件仅在 AuthenticationScheme 显式请求时提供标识。 注意 还必须在 IIS 中启用 Windows 身份验证才能正常工作。

ForwardClientCertificate

如果存在 MS-ASPNETCORE-CLIENTCERT 请求标头,则填充 ITLSConnectionFeature。

ForwardWindowsAuthentication

如果真正的身份验证中间件将尝试使用平台处理程序 Windows 身份验证进行身份验证,如果不会添加 false 身份验证中间件

适用于