AuthenticationManager 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.
Cuidado
This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.
public ref class AuthenticationManager abstract
public abstract class AuthenticationManager
[System.Obsolete("This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.")]
public abstract class AuthenticationManager
type AuthenticationManager = class
[<System.Obsolete("This is obsolete and will be removed in a future version. See https://go.microsoft.com/fwlink/?linkid=845470.")>]
type AuthenticationManager = class
Public MustInherit Class AuthenticationManager
- Herança
-
AuthenticationManager
- Atributos
Construtores
| Nome | Description |
|---|---|
| AuthenticationManager() | |
Campos
| Nome | Description |
|---|---|
| AutomaticScheme |
Obsoleto.
Constante usada para representar o esquema automático |
Propriedades
| Nome | Description |
|---|---|
| HttpContext | |
Métodos
| Nome | Description |
|---|---|
| AuthenticateAsync(AuthenticateContext) | |
| AuthenticateAsync(String) | |
| ChallengeAsync() | |
| ChallengeAsync(AuthenticationProperties) | |
| ChallengeAsync(String, AuthenticationProperties, ChallengeBehavior) | |
| ChallengeAsync(String, AuthenticationProperties) | |
| ChallengeAsync(String) | |
| ForbidAsync() |
Obsoleto.
Cria um desafio para o gerenciador de autenticação com Forbidden. |
| ForbidAsync(AuthenticationProperties) |
Obsoleto.
Cria um desafio para o gerenciador de autenticação com Forbidden. |
| ForbidAsync(String, AuthenticationProperties) | |
| ForbidAsync(String) | |
| GetAuthenticateInfoAsync(String) | |
| GetAuthenticationSchemes() | |
| SignInAsync(String, ClaimsPrincipal, AuthenticationProperties) | |
| SignInAsync(String, ClaimsPrincipal) | |
| SignOutAsync(String, AuthenticationProperties) | |
| SignOutAsync(String) | |
Métodos de Extensão
| Nome | Description |
|---|---|
| GetTokenAsync(AuthenticationManager, String, String) | |
| GetTokenAsync(AuthenticationManager, String) | |