AuthenticationMiddleware クラス

定義

認証を実行するミドルウェア。

public ref class AuthenticationMiddleware
public class AuthenticationMiddleware
type AuthenticationMiddleware = class
Public Class AuthenticationMiddleware
継承
AuthenticationMiddleware

コンストラクター

AuthenticationMiddleware(RequestDelegate, IAuthenticationSchemeProvider)

AuthenticationMiddleware の新しいインスタンスを初期化します。

プロパティ

Schemes

IAuthenticationSchemeProvider を取得または設定します。

メソッド

Invoke(HttpContext)

認証を実行するミドルウェアを呼び出します。

適用対象