CookieAuthenticationMiddleware Класс

Определение

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)
Наследование

Конструкторы

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

Свойства

AuthenticationScheme (Унаследовано от AuthenticationMiddleware<TOptions>)
Logger (Унаследовано от AuthenticationMiddleware<TOptions>)
Options (Унаследовано от AuthenticationMiddleware<TOptions>)
UrlEncoder (Унаследовано от AuthenticationMiddleware<TOptions>)

Методы

CreateHandler()
Invoke(HttpContext) (Унаследовано от AuthenticationMiddleware<TOptions>)

Применяется к