Controller.IAuthenticationFilter.OnAuthenticationChallenge Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method calls the OnAuthenticationChallenge method.
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
Parameters
- filterContext
- AuthenticationChallengeContext
The filter context.