Share via


AuthenticationHandler<TOptions>.HandleAuthenticateAsync 메서드

정의

파생 형식이 인증을 처리할 수 있도록 허용합니다.

protected:
 abstract System::Threading::Tasks::Task<Microsoft::AspNetCore::Authentication::AuthenticateResult ^> ^ HandleAuthenticateAsync();
protected abstract System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult> HandleAuthenticateAsync ();
abstract member HandleAuthenticateAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult>
Protected MustOverride Function HandleAuthenticateAsync () As Task(Of AuthenticateResult)

반환

AuthenticateResult

적용 대상