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()

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