CookieAuthenticationMiddleware Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
- Vererbung
Konstruktoren
| CookieAuthenticationMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<CookieAuthenticationOptions>) |
Eigenschaften
| AuthenticationScheme | (Geerbt von AuthenticationMiddleware<TOptions>) |
| Logger | (Geerbt von AuthenticationMiddleware<TOptions>) |
| Options | (Geerbt von AuthenticationMiddleware<TOptions>) |
| UrlEncoder | (Geerbt von AuthenticationMiddleware<TOptions>) |
Methoden
| CreateHandler() | |
| Invoke(HttpContext) | (Geerbt von AuthenticationMiddleware<TOptions>) |