IAuthenticationHandler.ChallengeAsync(AuthenticationProperties) 메서드

정의

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

public:
 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
Public Function ChallengeAsync (properties As AuthenticationProperties) As Task

매개 변수

properties
AuthenticationProperties

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

반환

작업입니다.

적용 대상