AuthenticationHandler<TOptions>.ChallengeAsync 메서드

정의

오버로드

ChallengeAsync(AuthenticationProperties)

현재 요청에 이의를 제기합니다.

ChallengeAsync(ChallengeContext)

ChallengeAsync(AuthenticationProperties)

현재 요청에 이의를 제기합니다.

public:
 virtual System::Threading::Tasks::Task ^ ChallengeAsync(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
public System.Threading.Tasks.Task ChallengeAsync (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
public System.Threading.Tasks.Task ChallengeAsync (Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);
abstract member ChallengeAsync : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
override this.ChallengeAsync : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
Public Function ChallengeAsync (properties As AuthenticationProperties) As Task

매개 변수

properties
AuthenticationProperties

AuthenticationProperties 인증을 사용하여 도착하는 추가 메타 데이터를 포함하는 입니다.

반환

작업입니다.

구현

적용 대상

ChallengeAsync(ChallengeContext)

public:
 virtual System::Threading::Tasks::Task ^ ChallengeAsync(Microsoft::AspNetCore::Http::Features::Authentication::ChallengeContext ^ context);
public System.Threading.Tasks.Task ChallengeAsync (Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext context);
abstract member ChallengeAsync : Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext -> System.Threading.Tasks.Task
override this.ChallengeAsync : Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext -> System.Threading.Tasks.Task
Public Function ChallengeAsync (context As ChallengeContext) As Task

매개 변수

반환

구현

적용 대상