AuthenticationManager Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
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
- Ereditarietà
-
AuthenticationManager
- Attributi
Costruttori
AuthenticationManager() |
Campi
AutomaticScheme |
Obsoleti.
Costante utilizzata per rappresentare lo schema automatico |
Proprietà
HttpContext |
Metodi
AuthenticateAsync(AuthenticateContext) | |
AuthenticateAsync(String) | |
ChallengeAsync() | |
ChallengeAsync(AuthenticationProperties) | |
ChallengeAsync(String, AuthenticationProperties, ChallengeBehavior) | |
ChallengeAsync(String, AuthenticationProperties) | |
ChallengeAsync(String) | |
ForbidAsync() |
Obsoleti.
Crea una richiesta per la gestione dell'autenticazione con Forbidden. |
ForbidAsync(AuthenticationProperties) |
Obsoleti.
Crea una richiesta per la gestione dell'autenticazione con Forbidden. |
ForbidAsync(String, AuthenticationProperties) | |
ForbidAsync(String) | |
GetAuthenticateInfoAsync(String) | |
GetAuthenticationSchemes() | |
SignInAsync(String, ClaimsPrincipal, AuthenticationProperties) | |
SignInAsync(String, ClaimsPrincipal) | |
SignOutAsync(String, AuthenticationProperties) | |
SignOutAsync(String) |
Metodi di estensione
GetTokenAsync(AuthenticationManager, String, String) | |
GetTokenAsync(AuthenticationManager, String) |