CookieAuthenticationMiddleware Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public ref class CookieAuthenticationMiddleware : Microsoft::AspNetCore::Authentication::AuthenticationMiddleware<Microsoft::AspNetCore::Builder::CookieAuthenticationOptions ^>
public class CookieAuthenticationMiddleware : Microsoft.AspNetCore.Authentication.AuthenticationMiddleware<Microsoft.AspNetCore.Builder.CookieAuthenticationOptions>
type CookieAuthenticationMiddleware = class
inherit AuthenticationMiddleware<CookieAuthenticationOptions>
Public Class CookieAuthenticationMiddleware
Inherits AuthenticationMiddleware(Of CookieAuthenticationOptions)
- Herança
Construtores
| CookieAuthenticationMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<CookieAuthenticationOptions>) |
Propriedades
| AuthenticationScheme | (Herdado de AuthenticationMiddleware<TOptions>) |
| Logger | (Herdado de AuthenticationMiddleware<TOptions>) |
| Options | (Herdado de AuthenticationMiddleware<TOptions>) |
| UrlEncoder | (Herdado de AuthenticationMiddleware<TOptions>) |
Métodos
| CreateHandler() | |
| Invoke(HttpContext) | (Herdado de AuthenticationMiddleware<TOptions>) |