AuthenticationMiddleware<TOptions> Classe

Definição

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)

Parâmetros de tipo

TOptions
Herança
AuthenticationMiddleware<TOptions>
Derivado

Construtores

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

Propriedades

AuthenticationScheme
Logger
Options
UrlEncoder

Métodos

CreateHandler()
Invoke(HttpContext)

Aplica-se a