Bagikan melalui


CookieAuthenticationMiddleware Kelas

Definisi

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)
Warisan

Konstruktor

CookieAuthenticationMiddleware(RequestDelegate, IDataProtectionProvider, ILoggerFactory, UrlEncoder, IOptions<CookieAuthenticationOptions>)

Properti

AuthenticationScheme (Diperoleh dari AuthenticationMiddleware<TOptions>)
Logger (Diperoleh dari AuthenticationMiddleware<TOptions>)
Options (Diperoleh dari AuthenticationMiddleware<TOptions>)
UrlEncoder (Diperoleh dari AuthenticationMiddleware<TOptions>)

Metode

CreateHandler()
Invoke(HttpContext) (Diperoleh dari AuthenticationMiddleware<TOptions>)

Berlaku untuk