次の方法で共有


AuthenticationManager クラス

定義

Http.Sys 認証構成を公開します。

public ref class AuthenticationManager sealed
public sealed class AuthenticationManager
type AuthenticationManager = class
Public NotInheritable Class AuthenticationManager
継承
AuthenticationManager

プロパティ

AllowAnonymous

匿名要求がアプリケーションに表示されるか、サーバーによってチャレンジされるかを示します。 既定値は、true です。

AuthenticationDisplayName

ログイン ページでユーザーに表示名が表示されるように設定します。 既定値は null です。

AutomaticAuthentication

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

Schemes

既存のキューにアタッチする場合、この設定はキューの作成に使用されたものと一致する必要があります。

適用対象