CookieAuthenticationMiddleware Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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)
- Dziedziczenie
Konstruktory
| CookieAuthenticationMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<CookieAuthenticationOptions>) |
Właściwości
| AuthenticationScheme | (Odziedziczone po AuthenticationMiddleware<TOptions>) |
| Logger | (Odziedziczone po AuthenticationMiddleware<TOptions>) |
| Options | (Odziedziczone po AuthenticationMiddleware<TOptions>) |
| UrlEncoder | (Odziedziczone po AuthenticationMiddleware<TOptions>) |
Metody
| CreateHandler() | |
| Invoke(HttpContext) | (Odziedziczone po AuthenticationMiddleware<TOptions>) |