MicrosoftAccountAuthenticationMiddleware.CreateHandler Method ()
Provides the AuthenticationHandler object for processing authentication-related requests.
Namespace: Microsoft.Owin.Security.MicrosoftAccount
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
protected override AuthenticationHandler<MicrosoftAccountAuthenticationOptions> CreateHandler()
protected:
virtual AuthenticationHandler<MicrosoftAccountAuthenticationOptions^>^ CreateHandler() override
override CreateHandler : unit -> AuthenticationHandler<MicrosoftAccountAuthenticationOptions>
Protected Overrides Function CreateHandler As AuthenticationHandler(Of MicrosoftAccountAuthenticationOptions)
Return Value
Type: Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<MicrosoftAccountAuthenticationOptions>
An AuthenticationHandler configured with the MicrosoftAccountAuthenticationOptions supplied to the constructor.
See Also
MicrosoftAccountAuthenticationMiddleware Class
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top