AuthenticationMiddleware<TOptions> Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri di tipo
- TOptions
- Ereditarietà
-
AuthenticationMiddleware<TOptions>
- Derivato
Costruttori
| AuthenticationMiddleware<TOptions>(RequestDelegate, IOptions<TOptions>, ILoggerFactory, UrlEncoder) |
Proprietà
| AuthenticationScheme | |
| Logger | |
| Options | |
| UrlEncoder |
Metodi
| CreateHandler() | |
| Invoke(HttpContext) |