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