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

적용 대상