OpenIdConnectMiddleware Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
ASP.NET Core middleware para obtener identidades mediante el protocolo 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)
- Herencia
Constructores
Propiedades
| AuthenticationScheme | (Heredado de AuthenticationMiddleware<TOptions>) |
| Backchannel | |
| HtmlEncoder | |
| Logger | (Heredado de AuthenticationMiddleware<TOptions>) |
| Options | (Heredado de AuthenticationMiddleware<TOptions>) |
| UrlEncoder | (Heredado de AuthenticationMiddleware<TOptions>) |
Métodos
| CreateHandler() |
Proporciona el AuthenticationHandler<TOptions> objeto para procesar las solicitudes relacionadas con la autenticación. |
| Invoke(HttpContext) | (Heredado de AuthenticationMiddleware<TOptions>) |