AuthenticationMiddleware<TOptions>.CreateHandler Method

Definition

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)

Returns

Applies to