Share via


Controller.OnAuthenticationChallenge(AuthenticationChallengeContext) 메서드

정의

권한 부여 챌린지가 발생할 때 호출됩니다.

protected virtual void OnAuthenticationChallenge (System.Web.Mvc.Filters.AuthenticationChallengeContext filterContext);
abstract member OnAuthenticationChallenge : System.Web.Mvc.Filters.AuthenticationChallengeContext -> unit
override this.OnAuthenticationChallenge : System.Web.Mvc.Filters.AuthenticationChallengeContext -> unit
Protected Overridable Sub OnAuthenticationChallenge (filterContext As AuthenticationChallengeContext)

매개 변수

filterContext
AuthenticationChallengeContext

현재 요청 및 작업에 대한 정보입니다.

구현

적용 대상