IISOptions.AutomaticAuthentication プロパティ

定義

true の場合、ミドルウェアは HttpContext.User を設定する必要があります。 false の場合、ミドルウェアは AuthenticationScheme によって明示的に要求された場合にのみ ID を提供します。 注: これを機能させるには、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

プロパティ値

適用対象