OpenIdConnectMiddleware 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
ASP.NET Core中介軟體,以使用 OpenIdConnect 通訊協定取得身分識別。
public ref class OpenIdConnectMiddleware : Microsoft::AspNetCore::Authentication::AuthenticationMiddleware<Microsoft::AspNetCore::Builder::OpenIdConnectOptions ^>
public class OpenIdConnectMiddleware : Microsoft.AspNetCore.Authentication.AuthenticationMiddleware<Microsoft.AspNetCore.Builder.OpenIdConnectOptions>
type OpenIdConnectMiddleware = class
inherit AuthenticationMiddleware<OpenIdConnectOptions>
Public Class OpenIdConnectMiddleware
Inherits AuthenticationMiddleware(Of OpenIdConnectOptions)
- 繼承
建構函式
OpenIdConnectMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IServiceProvider, IOptions<SharedAuthenticationOptions>, IOptions<OpenIdConnectOptions>, HtmlEncoder) |
屬性
AuthenticationScheme |
ASP.NET Core中介軟體,以使用 OpenIdConnect 通訊協定取得身分識別。 (繼承來源 AuthenticationMiddleware<TOptions>) |
Backchannel |
ASP.NET Core中介軟體,以使用 OpenIdConnect 通訊協定取得身分識別。 |
HtmlEncoder |
ASP.NET Core中介軟體,以使用 OpenIdConnect 通訊協定取得身分識別。 |
Logger |
ASP.NET Core中介軟體,以使用 OpenIdConnect 通訊協定取得身分識別。 (繼承來源 AuthenticationMiddleware<TOptions>) |
Options |
ASP.NET Core中介軟體,以使用 OpenIdConnect 通訊協定取得身分識別。 (繼承來源 AuthenticationMiddleware<TOptions>) |
UrlEncoder |
ASP.NET Core中介軟體,以使用 OpenIdConnect 通訊協定取得身分識別。 (繼承來源 AuthenticationMiddleware<TOptions>) |
方法
CreateHandler() |
AuthenticationHandler<TOptions>提供 物件來處理驗證相關要求。 |
Invoke(HttpContext) |
ASP.NET Core中介軟體,以使用 OpenIdConnect 通訊協定取得身分識別。 (繼承來源 AuthenticationMiddleware<TOptions>) |