Ejemplo n.º 1
0
 public void OnAuthenticationChallenge(AuthenticationChallengeContext filterContext)
 {
     _wrappedFilter.OnAuthenticationChallenge(filterContext);
 }