3 references to AuthenticationServiceEnabled
System.Web.Extensions (3)
ApplicationServices\ApplicationServiceHelper.cs (1)
110if (!AuthenticationServiceEnabled) {
Handlers\ScriptModule.cs (1)
40if(!ApplicationServiceHelper.AuthenticationServiceEnabled || !RestHandlerFactory.IsRestRequest(context)) {
UI\AuthenticationServiceManager.cs (1)
57bool authEnabled = ApplicationServiceHelper.AuthenticationServiceEnabled;