ServiceAuthenticationMiddleware.CreateHandler Method

Definition

Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware`1.CreateHandler
protected override Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<Microsoft.WindowsAzure.Mobile.Service.Security.ServiceAuthenticationOptions> CreateHandler ();
override this.CreateHandler : unit -> Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<Microsoft.WindowsAzure.Mobile.Service.Security.ServiceAuthenticationOptions>
Protected Overrides Function CreateHandler () As AuthenticationHandler(Of ServiceAuthenticationOptions)

Returns

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

Applies to