AuthenticationManager Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
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
- Vererbung
-
AuthenticationManager
- Attribute
Konstruktoren
| AuthenticationManager() |
Felder
| AutomaticScheme |
Veraltet.
Konstante, die zur Darstellung des automatischen Schemas verwendet wird |
Eigenschaften
| HttpContext |
Methoden
| AuthenticateAsync(AuthenticateContext) | |
| AuthenticateAsync(String) | |
| ChallengeAsync() | |
| ChallengeAsync(AuthenticationProperties) | |
| ChallengeAsync(String, AuthenticationProperties, ChallengeBehavior) | |
| ChallengeAsync(String, AuthenticationProperties) | |
| ChallengeAsync(String) | |
| ForbidAsync() |
Veraltet.
Erstellt eine Herausforderung für den Authentifizierungs-Manager mit Forbidden. |
| ForbidAsync(AuthenticationProperties) |
Veraltet.
Erstellt eine Herausforderung für den Authentifizierungs-Manager mit Forbidden. |
| ForbidAsync(String, AuthenticationProperties) | |
| ForbidAsync(String) | |
| GetAuthenticateInfoAsync(String) | |
| GetAuthenticationSchemes() | |
| SignInAsync(String, ClaimsPrincipal, AuthenticationProperties) | |
| SignInAsync(String, ClaimsPrincipal) | |
| SignOutAsync(String, AuthenticationProperties) | |
| SignOutAsync(String) | |
Erweiterungsmethoden
| GetTokenAsync(AuthenticationManager, String, String) | |
| GetTokenAsync(AuthenticationManager, String) |