AppServiceAuthenticationHandler 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 AppServiceAuthenticationHandler autentica um chamador que já foi autenticado usando o controlador de logon.
public class AppServiceAuthenticationHandler : Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<Microsoft.Azure.Mobile.Server.Authentication.AppServiceAuthenticationOptions>
type AppServiceAuthenticationHandler = class
inherit AuthenticationHandler<AppServiceAuthenticationOptions>
Public Class AppServiceAuthenticationHandler
Inherits AuthenticationHandler(Of AppServiceAuthenticationOptions)
- Herança
-
Microsoft.Owin.Security.Infrastructure.AuthenticationHandler<AppServiceAuthenticationOptions>AppServiceAuthenticationHandler
Construtores
AppServiceAuthenticationHandler(ILogger) |
Inicializa uma nova instância da classe AppServiceAuthenticationHandler com o |
Campos
AuthenticationHeaderName |
O AppServiceAuthenticationHandler autentica um chamador que já foi autenticado usando o controlador de logon. |
Métodos
Authenticate(IOwinRequest, AppServiceAuthenticationOptions) |
O AppServiceAuthenticationHandler autentica um chamador que já foi autenticado usando o controlador de logon. |
AuthenticateCoreAsync() |
O AppServiceAuthenticationHandler autentica um chamador que já foi autenticado usando o controlador de logon. |
CreateAuthenticationTicket(ClaimsIdentity) |
O AppServiceAuthenticationHandler autentica um chamador que já foi autenticado usando o controlador de logon. |
ValidateIdentity(IOwinRequest, AppServiceAuthenticationOptions) |
Autentica o token de logon do Microsoft.Owin.IOwinRequest cabeçalho, se ele existir, e retorna um ClaimsIdentity se a autenticação foi bem-sucedida ou false se a autenticação falhou. Se a análise de token falhar, retornará nulo. |
Aplica-se a
Azure SDK for .NET