AuthenticationMiddleware<TOptions>.CreateHandler Method ()
Creates an authentication handler.
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
protected abstract AuthenticationHandler<TOptions> CreateHandler()
protected:
virtual AuthenticationHandler<TOptions>^ CreateHandler() abstract
abstract CreateHandler : unit -> AuthenticationHandler<'TOptions>
Protected MustOverride Function CreateHandler As AuthenticationHandler(Of TOptions)
Return Value
Type: Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<TOptions>
The created AuthenticationHandler<TOptions>.
See Also
AuthenticationMiddleware<TOptions> Class
Microsoft.Owin.Security.Infrastructure Namespace
Return to top