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)

适用于