ChallengeResult 클래스

정의

ActionResult 실행에서 가 를 호출하는 입니다HttpContext.ChallengeAsync.

public ref class ChallengeResult : Microsoft::AspNetCore::Mvc::ActionResult
public class ChallengeResult : Microsoft.AspNetCore.Mvc.ActionResult
type ChallengeResult = class
    inherit ActionResult
Public Class ChallengeResult
Inherits ActionResult
상속
ChallengeResult

생성자

ChallengeResult()

ChallengeResult의 새 인스턴스를 초기화합니다.

ChallengeResult(AuthenticationProperties)

지정된 ChallengeResult을 사용하여 properties의 새 인스턴스를 초기화합니다.

ChallengeResult(AuthenticationProperties)

지정된 ChallengeResult을 사용하여 properties의 새 인스턴스를 초기화합니다.

ChallengeResult(IList<String>)

지정된 인증 체계를 사용하여 의 ChallengeResult 새 instance 초기화합니다.

ChallengeResult(IList<String>, AuthenticationProperties)

지정된 인증 체계 및 properties를 사용하여 의 ChallengeResult 새 instance 초기화합니다.

ChallengeResult(IList<String>, AuthenticationProperties)

지정된 인증 체계 및 properties를 사용하여 의 ChallengeResult 새 instance 초기화합니다.

ChallengeResult(String)

지정된 인증 체계를 사용하여 의 ChallengeResult 새 instance 초기화합니다.

ChallengeResult(String, AuthenticationProperties)

지정된 인증 체계 및 properties를 사용하여 의 ChallengeResult 새 instance 초기화합니다.

ChallengeResult(String, AuthenticationProperties)

지정된 인증 체계 및 properties를 사용하여 의 ChallengeResult 새 instance 초기화합니다.

속성

AuthenticationSchemes

문제가 있는 인증 체계를 가져오거나 설정합니다.

Properties

인증 챌린지 AuthenticationProperties 를 수행하는 데 사용되는 를 가져오거나 설정합니다.

메서드

ExecuteResult(ActionContext)

작업 메서드의 결과 작업을 동기적으로 실행합니다. MVC에서 이 메서드를 호출하여 작업 메서드의 결과를 처리합니다.

(다음에서 상속됨 ActionResult)
ExecuteResultAsync(ActionContext)

동작 메서드의 결과 작업을 비동기적으로 실행합니다. MVC에서 이 메서드를 호출하여 작업 메서드의 결과를 처리합니다. 이 메서드의 기본 구현은 메서드를 ExecuteResult(ActionContext) 호출하고 완료된 작업을 반환합니다.

적용 대상