AuthenticationMiddleware 類別

定義

執行驗證的中介軟體。

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

建構函式

AuthenticationMiddleware(RequestDelegate, IAuthenticationSchemeProvider)

初始化 AuthenticationMiddleware 的新執行個體。

屬性

Schemes

取得或設定 IAuthenticationSchemeProvider

方法

Invoke(HttpContext)

叫用中介軟體執行驗證。

適用於