AppServiceAuthenticationMiddleware.CreateHandler Method

Definition

Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware`1.CreateHandler
protected override Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationOptions>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of AppServiceAuthenticationOptions)

Returns

Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<AppServiceAuthenticationOptions>

Applies to