AuthenticationManager.AuthenticateAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
AuthenticateAsync(AuthenticateContext) | |
AuthenticateAsync(String) |
AuthenticateAsync(AuthenticateContext)
- Źródło:
- AuthenticationManager.cs
- Źródło:
- AuthenticationManager.cs
public:
abstract System::Threading::Tasks::Task ^ AuthenticateAsync(Microsoft::AspNetCore::Http::Features::Authentication::AuthenticateContext ^ context);
public abstract System.Threading.Tasks.Task AuthenticateAsync (Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext context);
abstract member AuthenticateAsync : Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext -> System.Threading.Tasks.Task
Public MustOverride Function AuthenticateAsync (context As AuthenticateContext) As Task
Parametry
- context
- AuthenticateContext
Zwraca
Dotyczy
AuthenticateAsync(String)
- Źródło:
- AuthenticationManager.cs
- Źródło:
- AuthenticationManager.cs
public:
virtual System::Threading::Tasks::Task<System::Security::Claims::ClaimsPrincipal ^> ^ AuthenticateAsync(System::String ^ authenticationScheme);
public virtual System.Threading.Tasks.Task<System.Security.Claims.ClaimsPrincipal> AuthenticateAsync (string authenticationScheme);
abstract member AuthenticateAsync : string -> System.Threading.Tasks.Task<System.Security.Claims.ClaimsPrincipal>
override this.AuthenticateAsync : string -> System.Threading.Tasks.Task<System.Security.Claims.ClaimsPrincipal>
Public Overridable Function AuthenticateAsync (authenticationScheme As String) As Task(Of ClaimsPrincipal)
Parametry
- authenticationScheme
- String