AuthenticationMiddleware<TOptions>.CreateHandler Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)