다음을 통해 공유


IAuthenticationFilter.OnAuthenticationChallenge 메서드

정의

현재 ActionResult에 인증 챌린지를 추가합니다.

public void OnAuthenticationChallenge (System.Web.Mvc.Filters.AuthenticationChallengeContext filterContext);
abstract member OnAuthenticationChallenge : System.Web.Mvc.Filters.AuthenticationChallengeContext -> unit
Public Sub OnAuthenticationChallenge (filterContext As AuthenticationChallengeContext)

매개 변수

filterContext
AuthenticationChallengeContext

인증 챌린지에 사용할 컨텍스트입니다.

적용 대상