OpenIdConnectAuthenticationMiddleware.CreateHandler Method ()

 

Provides the AuthenticationHandler object for processing authentication-related requests.

Namespace:   Microsoft.Owin.Security.OpenIdConnect
Assembly:  Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)

Syntax

protected override AuthenticationHandler<OpenIdConnectAuthenticationOptions> CreateHandler()
protected:
virtual AuthenticationHandler<OpenIdConnectAuthenticationOptions^>^ CreateHandler() override
override CreateHandler : unit -> AuthenticationHandler<OpenIdConnectAuthenticationOptions>
Protected Overrides Function CreateHandler As AuthenticationHandler(Of OpenIdConnectAuthenticationOptions)

Return Value

Type: Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<OpenIdConnectAuthenticationOptions>

An AuthenticationHandler configured with the OpenIdConnectAuthenticationOptions supplied to the constructor.

See Also

OpenIdConnectAuthenticationMiddleware Class
Microsoft.Owin.Security.OpenIdConnect Namespace

Return to top