다음을 통해 공유


OpenIdConnectHandler.HandleChallengeAsync(AuthenticationProperties) 메서드

정의

401 챌린지에 응답합니다. ID를 얻기 위해 OpenIdConnect 메시지를 'ID 기관'에 보냅니다.

protected:
 override System::Threading::Tasks::Task ^ HandleChallengeAsync(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);
protected override System.Threading.Tasks.Task HandleChallengeAsync (Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);
override this.HandleChallengeAsync : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
Protected Overrides Function HandleChallengeAsync (properties As AuthenticationProperties) As Task

매개 변수

반환

적용 대상