8 references to AuthenticationModules
System (8)
net\System\Net\Configuration\AuthenticationModulesSection.cs (8)
48this.AuthenticationModules.Add( 50this.AuthenticationModules.Add( 52this.AuthenticationModules.Add( 54this.AuthenticationModules.Add( 56this.AuthenticationModules.Add( 77if (section.AuthenticationModules.Count > 0) 79this.authenticationModules = new List<Type>(section.AuthenticationModules.Count); 80foreach(AuthenticationModuleElement authenticationModuleElement in section.AuthenticationModules)