Share via


AuthenticationHandler<TOptions>.AuthenticateAsync Yöntem

Tanım

Aşırı Yüklemeler

AuthenticateAsync()

Geçerli isteğin kimliğini doğrulayın.

AuthenticateAsync(AuthenticateContext)

AuthenticateAsync()

Kaynak:
AuthenticationHandler.cs
Kaynak:
AuthenticationHandler.cs

Geçerli isteğin kimliğini doğrulayın.

public:
 virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Authentication::AuthenticateResult ^> ^ AuthenticateAsync();
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult> AuthenticateAsync ();
abstract member AuthenticateAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult>
override this.AuthenticateAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult>
Public Function AuthenticateAsync () As Task(Of AuthenticateResult)

Döndürülenler

Sonuç AuthenticateResult .

Uygulamalar

Şunlara uygulanır

AuthenticateAsync(AuthenticateContext)

public:
 virtual System::Threading::Tasks::Task ^ AuthenticateAsync(Microsoft::AspNetCore::Http::Features::Authentication::AuthenticateContext ^ context);
public 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
override this.AuthenticateAsync : Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext -> System.Threading.Tasks.Task
Public Function AuthenticateAsync (context As AuthenticateContext) As Task

Parametreler

Döndürülenler

Uygulamalar

Şunlara uygulanır