MicrosoftAccountMiddleware.CreateHandler Method

Definition

Provides the AuthenticationHandler<TOptions> object for processing authentication-related requests.

protected:
 override Microsoft::AspNetCore::Authentication::AuthenticationHandler<Microsoft::AspNetCore::Builder::MicrosoftAccountOptions ^> ^ CreateHandler();
protected override Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.MicrosoftAccountOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.AspNetCore.Builder.MicrosoftAccountOptions>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of MicrosoftAccountOptions)

Returns

An AuthenticationHandler<TOptions> configured with the MicrosoftAccountOptions supplied to the constructor.

Applies to