CookieAuthenticationMiddleware Sınıf

Tanım

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

Oluşturucular

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

Özellikler

AuthenticationScheme (Devralındığı yer: AuthenticationMiddleware<TOptions>)
Logger (Devralındığı yer: AuthenticationMiddleware<TOptions>)
Options (Devralındığı yer: AuthenticationMiddleware<TOptions>)
UrlEncoder (Devralındığı yer: AuthenticationMiddleware<TOptions>)

Yöntemler

CreateHandler()
Invoke(HttpContext) (Devralındığı yer: AuthenticationMiddleware<TOptions>)

Şunlara uygulanır