ServiceAuthenticationMiddleware Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ServiceAuthenticationMiddleware provides the OWIN middleware for authenticating a caller who has already authenticated using the Login controller, or has provided HTTP basic authentication credentials matching either the application key or the master key (for admin access).
public class ServiceAuthenticationMiddleware : Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<Microsoft.WindowsAzure.Mobile.Service.Security.ServiceAuthenticationOptions>
type ServiceAuthenticationMiddleware = class
inherit AuthenticationMiddleware<ServiceAuthenticationOptions>
Public Class ServiceAuthenticationMiddleware
Inherits AuthenticationMiddleware(Of ServiceAuthenticationOptions)
- Inheritance
-
Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<ServiceAuthenticationOptions>ServiceAuthenticationMiddleware
Constructors
ServiceAuthenticationMiddleware(OwinMiddleware, IAppBuilder, ServiceAuthenticationOptions, IServiceTokenHandler) |
Initializes a new instance of the ServiceAuthenticationMiddleware class. |
Methods
CreateHandler() | Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware`1.CreateHandler |
Applies to
Azure SDK for .NET