Поделиться через


CookieAuthenticationMiddleware.CreateHandler Method ()

 

Provides the AuthenticationHandler object for processing authentication-related requests.

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

Syntax

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

Return Value

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

An AuthenticationHandler configured with the CookieAuthenticationOptions supplied to the constructor.

See Also

CookieAuthenticationMiddleware Class
Microsoft.Owin.Security.Cookies Namespace

Return to top