다음을 통해 공유


Controller.IAuthenticationFilter.OnAuthenticationChallenge 메서드

정의

이 메서드는 OnAuthenticationChallenge 메서드를 호출합니다.

void IAuthenticationFilter.OnAuthenticationChallenge (System.Web.Mvc.Filters.AuthenticationChallengeContext filterContext);
abstract member System.Web.Mvc.Filters.IAuthenticationFilter.OnAuthenticationChallenge : System.Web.Mvc.Filters.AuthenticationChallengeContext -> unit
override this.System.Web.Mvc.Filters.IAuthenticationFilter.OnAuthenticationChallenge : System.Web.Mvc.Filters.AuthenticationChallengeContext -> unit
Sub OnAuthenticationChallenge (filterContext As AuthenticationChallengeContext) Implements IAuthenticationFilter.OnAuthenticationChallenge

매개 변수

filterContext
AuthenticationChallengeContext

필터 컨텍스트입니다.

구현

적용 대상