5 references to SetSkipAuthorizationNoDemand
System.Web (5)
HttpContext.cs (1)
1301SetSkipAuthorizationNoDemand(value, false);
HttpRequest.cs (1)
3125_context.SetSkipAuthorizationNoDemand(skipAuth, true /*managedOnly*/);
Security\FormsAuthenticationModule.cs (2)
214context.SetSkipAuthorizationNoDemand(true, false /*managedOnly*/); 218context.SetSkipAuthorizationNoDemand(AssemblyResourceLoader.IsValidWebResourceRequest(context), false /*managedOnly*/);
Security\PassportAuthenticationModule.cs (1)
157context.SetSkipAuthorizationNoDemand(AuthenticationConfig.AccessingLoginPage(context, _LoginUrl), false /*managedOnly*/);