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