IISServerOptions.AutomaticAuthentication プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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