AuthenticationMiddleware 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
執行驗證的中介軟體。
public ref class AuthenticationMiddleware
public class AuthenticationMiddleware
type AuthenticationMiddleware = class
Public Class AuthenticationMiddleware
- 繼承
-
AuthenticationMiddleware
建構函式
AuthenticationMiddleware(RequestDelegate, IAuthenticationSchemeProvider) |
初始化 AuthenticationMiddleware 的新執行個體。 |
屬性
Schemes |
方法
Invoke(HttpContext) |
叫用中介軟體執行驗證。 |