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

適用対象