AuthenticationManager Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
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
- Herencia
-
AuthenticationManager
- Atributos
Constructores
| AuthenticationManager() |
Campos
| AutomaticScheme |
Obsoletos.
Constante usada para representar el esquema automático |
Propiedades
| HttpContext |
Métodos
| AuthenticateAsync(AuthenticateContext) | |
| AuthenticateAsync(String) | |
| ChallengeAsync() | |
| ChallengeAsync(AuthenticationProperties) | |
| ChallengeAsync(String, AuthenticationProperties, ChallengeBehavior) | |
| ChallengeAsync(String, AuthenticationProperties) | |
| ChallengeAsync(String) | |
| ForbidAsync() |
Obsoletos.
Crea un desafío para el administrador de autenticación con Forbidden. |
| ForbidAsync(AuthenticationProperties) |
Obsoletos.
Crea un desafío para el administrador de autenticación con Forbidden. |
| ForbidAsync(String, AuthenticationProperties) | |
| ForbidAsync(String) | |
| GetAuthenticateInfoAsync(String) | |
| GetAuthenticationSchemes() | |
| SignInAsync(String, ClaimsPrincipal, AuthenticationProperties) | |
| SignInAsync(String, ClaimsPrincipal) | |
| SignOutAsync(String, AuthenticationProperties) | |
| SignOutAsync(String) | |
Métodos de extensión
| GetTokenAsync(AuthenticationManager, String, String) | |
| GetTokenAsync(AuthenticationManager, String) |