AuthenticationMiddleware<TOptions>.CreateHandler Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
protected:
abstract Microsoft::AspNetCore::Authentication::AuthenticationHandler<TOptions> ^ CreateHandler();
protected abstract Microsoft.AspNetCore.Authentication.AuthenticationHandler<TOptions> CreateHandler ();
abstract member CreateHandler : unit -> Microsoft.AspNetCore.Authentication.AuthenticationHandler<'Options (requires 'Options :> Microsoft.AspNetCore.Builder.AuthenticationOptions and 'Options : (new : unit -> 'Options))>
Protected MustOverride Function CreateHandler () As AuthenticationHandler(Of TOptions)