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