CookieAuthenticationMiddleware Classe

Définition

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)
Héritage

Constructeurs

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

Propriétés

AuthenticationScheme (Hérité de AuthenticationMiddleware<TOptions>)
Logger (Hérité de AuthenticationMiddleware<TOptions>)
Options (Hérité de AuthenticationMiddleware<TOptions>)
UrlEncoder (Hérité de AuthenticationMiddleware<TOptions>)

Méthodes

CreateHandler()
Invoke(HttpContext) (Hérité de AuthenticationMiddleware<TOptions>)

S’applique à