Share via


AuthenticationMiddleware<TOptions> Clase

Definición

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
Herencia
AuthenticationMiddleware<TOptions>
Derivado

Constructores

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

Propiedades

AuthenticationScheme
Logger
Options
UrlEncoder

Métodos

CreateHandler()
Invoke(HttpContext)

Se aplica a