AuthenticationMiddleware<TOptions>.CreateHandler Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)