AuthenticationManager.AutomaticAuthentication プロパティ

定義

true の場合、サーバーは HttpContext.User を設定する必要があります。 false の場合、サーバーは AuthenticationScheme によって明示的に要求された場合にのみ ID を提供します。 既定値は true です。

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

プロパティ値

適用対象