AuthenticationMiddleware<TOptions> クラス

定義

generic <typename TOptions>
 where TOptions : AuthenticationOptionsgcnew()public ref class AuthenticationMiddleware abstract
public abstract class AuthenticationMiddleware<TOptions> where TOptions : AuthenticationOptions, new()
type AuthenticationMiddleware<'Options (requires 'Options :> AuthenticationOptions and 'Options : (new : unit -> 'Options))> = class
Public MustInherit Class AuthenticationMiddleware(Of TOptions)

型パラメーター

TOptions
継承
AuthenticationMiddleware<TOptions>
派生

コンストラクター

AuthenticationMiddleware<TOptions>(RequestDelegate, IOptions<TOptions>, ILoggerFactory, UrlEncoder)

プロパティ

AuthenticationScheme
Logger
Options
UrlEncoder

メソッド

CreateHandler()
Invoke(HttpContext)

適用対象