OpenIdConnectMiddleware Třída

Definice

ASP.NET Core middleware pro získání identit pomocí protokolu 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)
Dědičnost

Konstruktory

OpenIdConnectMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IServiceProvider, IOptions<SharedAuthenticationOptions>, IOptions<OpenIdConnectOptions>, HtmlEncoder)

Inicializuje objekt OpenIdConnectMiddleware.

Vlastnosti

AuthenticationScheme

ASP.NET Core middleware pro získání identit pomocí protokolu OpenIdConnect.

(Zděděno od AuthenticationMiddleware<TOptions>)
Backchannel

ASP.NET Core middleware pro získání identit pomocí protokolu OpenIdConnect.

HtmlEncoder

ASP.NET Core middleware pro získání identit pomocí protokolu OpenIdConnect.

Logger

ASP.NET Core middleware pro získání identit pomocí protokolu OpenIdConnect.

(Zděděno od AuthenticationMiddleware<TOptions>)
Options

ASP.NET Core middleware pro získání identit pomocí protokolu OpenIdConnect.

(Zděděno od AuthenticationMiddleware<TOptions>)
UrlEncoder

ASP.NET Core middleware pro získání identit pomocí protokolu OpenIdConnect.

(Zděděno od AuthenticationMiddleware<TOptions>)

Metody

CreateHandler()

AuthenticationHandler<TOptions> Poskytuje objekt pro zpracování požadavků souvisejících s ověřováním.

Invoke(HttpContext)

ASP.NET Core middleware pro získání identit pomocí protokolu OpenIdConnect.

(Zděděno od AuthenticationMiddleware<TOptions>)

Platí pro