41 references to ConfigurationAllowExeDefinition
System.Configuration (1)
System.Configuration.cs (1)
11[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.ConfigurationAllowExeDefinition))]
System.Configuration.ConfigurationManager (40)
System\Configuration\BaseConfigurationRecord.cs (11)
1909ConfigurationAllowExeDefinition allowExeDefinition = ConfigurationAllowExeDefinition.MachineToApplication; 2111internal static ConfigurationAllowExeDefinition AllowExeDefinitionToEnum(string allowExeDefinition, XmlUtil xmlUtil) => 2114AllowDefinitionMachineOnly => ConfigurationAllowExeDefinition.MachineOnly, 2115AllowDefinitionMachineToApplication => ConfigurationAllowExeDefinition.MachineToApplication, 2116AllowExeDefinitionMachineToRoaming => ConfigurationAllowExeDefinition.MachineToRoamingUser, 2117AllowExeDefinitionMachineToLocal => ConfigurationAllowExeDefinition.MachineToLocalUser, 2410allowExeDefinition: ConfigurationAllowExeDefinition.MachineToRoamingUser, 2779ConfigurationAllowExeDefinition.MachineOnly)) 3006ConfigurationAllowExeDefinition allowExeDefinition) 3682allowExeDefinition: ConfigurationAllowExeDefinition.MachineToApplication,
System\Configuration\ClientConfigurationHost.cs (9)
327ConfigurationAllowExeDefinition allowExeDefinition) 333case ConfigurationAllowExeDefinition.MachineOnly: 336case ConfigurationAllowExeDefinition.MachineToApplication: 339case ConfigurationAllowExeDefinition.MachineToRoamingUser: 343case ConfigurationAllowExeDefinition.MachineToLocalUser: 355ConfigurationAllowExeDefinition allowExeDefinition, IConfigErrorInfo errorInfo) 361ConfigurationAllowExeDefinition.MachineOnly => new ConfigurationErrorsException( 363ConfigurationAllowExeDefinition.MachineToApplication => new ConfigurationErrorsException( 365ConfigurationAllowExeDefinition.MachineToRoamingUser => new ConfigurationErrorsException(
System\Configuration\ClientSettingsStore.cs (1)
78section.SectionInformation.AllowExeDefinition = ConfigurationAllowExeDefinition.MachineToLocalUser;
System\Configuration\FactoryRecord.cs (4)
35ConfigurationAllowExeDefinition allowExeDefinition, 77ConfigurationAllowExeDefinition allowExeDefinition, 114internal ConfigurationAllowExeDefinition AllowExeDefinition { get; set; } 242ConfigurationAllowExeDefinition allowExeDefinition,
System\Configuration\Internal\DelegatingConfigHost.cs (2)
148ConfigurationAllowExeDefinition allowExeDefinition) 154ConfigurationAllowExeDefinition allowExeDefinition, IConfigErrorInfo errorInfo)
System\Configuration\Internal\IInternalConfigHost.cs (2)
76ConfigurationAllowExeDefinition allowExeDefinition); 79ConfigurationAllowExeDefinition allowExeDefinition, IConfigErrorInfo errorInfo);
System\Configuration\Internal\InternalConfigHost.cs (2)
117ConfigurationAllowExeDefinition allowExeDefinition) 123ConfigurationAllowExeDefinition allowExeDefinition, IConfigErrorInfo errorInfo)
System\Configuration\MgmtConfigurationRecord.cs (6)
1204ConfigurationAllowExeDefinition.MachineToApplication) || 1257private static string ExeDefinitionToString(ConfigurationAllowExeDefinition allowDefinition) => 1260ConfigurationAllowExeDefinition.MachineOnly => AllowDefinitionMachineOnly, 1261ConfigurationAllowExeDefinition.MachineToApplication => AllowDefinitionMachineToApplication, 1262ConfigurationAllowExeDefinition.MachineToRoamingUser => AllowExeDefinitionMachineToRoaming, 1263ConfigurationAllowExeDefinition.MachineToLocalUser => AllowExeDefinitionMachineToLocal,
System\Configuration\SectionInformation.cs (3)
37private ConfigurationAllowExeDefinition _allowExeDefinition; 54_allowExeDefinition = ConfigurationAllowExeDefinition.MachineToApplication; 105public ConfigurationAllowExeDefinition AllowExeDefinition