2 instantiations of AuthenticationServiceManager
System.Web.Extensions (2)
UI\ScriptManager.cs (1)
234
_authenticationServiceManager = new
AuthenticationServiceManager
();
UI\ScriptManagerProxy.cs (1)
62
_authenticationServiceManager = new
AuthenticationServiceManager
();
7 references to AuthenticationServiceManager
System.Web.Extensions (7)
UI\AuthenticationServiceManager.cs (2)
30
AuthenticationServiceManager
authManager;
53
AuthenticationServiceManager
.GenerateInitializationScript(ref sb, context, scriptManager, authServiceUrl);
UI\ScriptManager.cs (3)
99
private
AuthenticationServiceManager
_authenticationServiceManager;
231
public
AuthenticationServiceManager
AuthenticationService {
1095
AuthenticationServiceManager
.ConfigureAuthenticationService(ref sb, Context, this, _proxies);
UI\ScriptManagerProxy.cs (2)
39
private
AuthenticationServiceManager
_authenticationServiceManager;
59
public
AuthenticationServiceManager
AuthenticationService {