IISOptions.AutomaticAuthentication 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果为 true,中间件应设置 HttpContext.User。 如果为 false,则中间件仅在 AuthenticationScheme 显式请求时提供标识。 注意 还必须在 IIS 中启用 Windows 身份验证才能正常工作。
public:
property bool AutomaticAuthentication { bool get(); void set(bool value); };
public bool AutomaticAuthentication { get; set; }
member this.AutomaticAuthentication : bool with get, set
Public Property AutomaticAuthentication As Boolean