1 instantiation of DefaultAuthenticationModule
System.Web (1)
Security\BackStopAuthenticationModule.cs (1)
35return new DefaultAuthenticationModule();
4 references to DefaultAuthenticationModule
System.Web (4)
Configuration\HttpModuleAction.cs (1)
121return ModulesEntry.IsTypeMatch(typeof(System.Web.Security.DefaultAuthenticationModule), className);
Configuration\HttpModulesSection.cs (1)
57modules.AddModule("DefaultAuthentication", DefaultAuthenticationModule.CreateDefaultAuthenticationModuleWithAssert());
Security\BackStopAuthenticationModule.cs (2)
25/// Initializes a new instance of the <see cref='System.Web.Security.DefaultAuthenticationModule'/> 34internal static DefaultAuthenticationModule CreateDefaultAuthenticationModuleWithAssert() {