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

適用於