5 references to ProcessModelComAuthenticationLevel
System.Web (5)
Configuration\ProcessModelSection.cs (5)
146new ConfigurationProperty("comAuthenticationLevel", typeof(ProcessModelComAuthenticationLevel), ProcessModelComAuthenticationLevel.Connect, ConfigurationPropertyOptions.None); 416[ConfigurationProperty("comAuthenticationLevel", DefaultValue = ProcessModelComAuthenticationLevel.Connect)] 417public ProcessModelComAuthenticationLevel ComAuthenticationLevel { 419return (ProcessModelComAuthenticationLevel)base[_propComAuthenticationLevel];