ServiceAuthenticationMiddleware Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O ServiceAuthenticationMiddleware fornece o middleware OWIN para autenticar um chamador que já se autenticou usando o controlador de logon ou forneceu credenciais de autenticação básicas HTTP correspondentes à chave do aplicativo ou à chave de master (para acesso de administrador).
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)
- Herança
-
Microsoft.Owin.Security.Infrastructure.AuthenticationMiddleware<ServiceAuthenticationOptions>ServiceAuthenticationMiddleware
Construtores
ServiceAuthenticationMiddleware(OwinMiddleware, IAppBuilder, ServiceAuthenticationOptions, IServiceTokenHandler) |
Inicializa uma nova instância da classe ServiceAuthenticationMiddleware. |
Métodos
CreateHandler() |
O ServiceAuthenticationMiddleware fornece o middleware OWIN para autenticar um chamador que já se autenticou usando o controlador de logon ou forneceu credenciais de autenticação básicas HTTP correspondentes à chave do aplicativo ou à chave de master (para acesso de administrador). |
Aplica-se a
Azure SDK for .NET